export declare const checkPermission: () => void; export declare const showNotification: (param: { [key: string]: any; title: string; message: string; icon?: string | undefined; }, callback?: Function) => void;