export declare const showErrorMsg: (content: any, options?: {}) => void; export declare const showSuccessMsg: (content: any, options?: {}) => void; export declare const showNoticeMsg: (content: any, options?: {}) => void;