export declare class IvToast { message: string; toastId: number; duration: number; type: 'info' | 'success' | 'error' | 'warning'; render(): any; }