import { ToastContextType } from './ToastContext'; export declare const useToast: ({ attached }?: { attached?: boolean; }) => ToastContextType | { (): void; add: any; close: any; useCount: any; }; //# sourceMappingURL=useToast.d.ts.map