import type { FC } from 'react'; import { ToastControllerProps, ToastProps } from './Toast.types'; export declare const ToastControllerHoc: (ToastComponent: FC) => (props: ToastControllerProps) => JSX.Element | null; //# sourceMappingURL=ToastController.d.ts.map