import { ToasterConfig } from '../../toaster-config';
export declare class Toaster implements ToasterConfig {
    title: string;
    message: string;
    width: string;
    height: string;
    position: string;
    time: number;
    showIcon: boolean;
    progress: boolean;
    id: string;
    closed: boolean;
    color: string;
    icon: any;
}
//# sourceMappingURL=toaster.d.ts.map