1declare function showMessage(message: string, type: 'load' | 'refresh'): void;
2declare function hide(): void;
3declare const _default: {
4    showMessage: typeof showMessage;
5    hide: typeof hide;
6};
7export default _default;
8//# sourceMappingURL=LoadingView.d.ts.map