export function ToastProvider({ children }: { children: any; }): any; export function useToast(): any;