import { AddComponentNameRecord } from '../types';
/**
 * 消息提示
 */
declare const ShowLoading: (arg?: string) => void;
declare const hideLoading: {
    (): void;
    componentName: string;
};
declare const showLoading: AddComponentNameRecord<typeof ShowLoading>;
export { showLoading, hideLoading };
