1/** 2 * Copyright © 2023 650 Industries. 3 * 4 * This source code is licensed under the MIT license found in the 5 * LICENSE file in the root directory of this source tree. 6 */ 7declare function showMessage(message: string, type: 'load' | 'refresh'): void; 8declare function hide(): void; 9declare const _default: { 10 showMessage: typeof showMessage; 11 hide: typeof hide; 12}; 13export default _default; 14//# sourceMappingURL=LoadingView.d.ts.map