export interface ToasterConfig {
    title: string;
    message?: string | Object;
    width?: string;
    height?: string;
    position?: string;
    time?: number;
    showIcon?: boolean;
    progress?: boolean;
}
//# sourceMappingURL=toaster-config.d.ts.map