/** * Hook for accessing toast context and state management functions * @returns ToastProviderContextProps - The toast context with state and functions * @throws Error when used outside of ToastProvider */ export declare const useToasts: () => import('./ToastProvider').ToastProviderContextProps;