Version: 0.1.00.1.10.1.20.1.30.1.40.1.50.1.60.1.70.1.80.1.90.1.100.1.110.1.120.2.00.3.00.3.10.3.20.4.00.4.10.4.20.4.30.4.40.4.51.0.01.0.11.1.01.1.21.2.01.2.11.3.01.3.11.3.21.3.31.3.41.3.51.3.61.3.71.4.01.4.11.5.01.5.11.6.04.0.04.0.14.1.04.1.14.1.2
export declare class Toast {
type: string;
message: string;
title: string;
data: Object;
id: number;
config: any;
timeoutId: any;
constructor(type: string, message: string, title?: string, data?: Object);
}