import { ToastProps } from '../../../shared/types/toast'; export declare const useToast: () => { toastsByPosition: Partial>; toasts: ToastProps[]; }; //# sourceMappingURL=useToast.d.ts.map