import './types.js';
export declare function toastSuccess(message: string, title?: string): void;
export declare function toastError(message: string, title?: string): void;
export declare function toastWarning(message: string, title?: string): void;
export declare function toastInfo(message: string, title?: string): void;
//# sourceMappingURL=toast.d.ts.map