import { ComponentNameRecord, InstallRecord } from '../types'; export declare const MeShowLoading: ((arg?: string) => void) & ComponentNameRecord & InstallRecord; export declare const MeHideLoading: { (): void; componentName: string; } & InstallRecord & ComponentNameRecord;