import { ToastComponentProps } from './types'; /** * Individual toast notification component */ export declare function Toast({ toast, onDismiss, }: ToastComponentProps): React.ReactElement; export default Toast; //# sourceMappingURL=Toast.d.ts.map