export declare class MessageModel { type: 'success' | 'info' | 'warning' | 'error' | 'blank' | string; title: string; content: string; }