export declare const message: (text: string, options?: { duration?: number; type?: 'info' | 'success' | 'danger'; }) => void;