export declare const useLoading: () => (visible: boolean, title?: string) => void;
export declare const useMessage: () => (title: string, type: 'error' | 'success', popup?: any) => void;
export declare const MessageProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
