export declare class DarthToast { title: string; message: string; type: string; constructor(title?: string, message?: string, type?: string); }