import { FC, PropsWithChildren } from 'react'; declare const ToastProvider: FC; export { ToastProvider };