export declare class ToastOptions {
    content: any;
    mask: boolean;
    iconType: string;
    position: string;
}
