type Props = { message: string; type?: 'error' | 'success' | 'info'; duration?: number; onClose?: () => void; style?: Record; }; export declare const Toast: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=Toast.d.ts.map