export declare const createMessage: (option: { message: string; type?: string; offset?: number; appendTo?: string | HTMLElement; icon?: any; customClass?: string; duration?: number; onClose?: Function; }) => void;