import { IToastContainerProps } from '@/interfaces'; export declare const ToastFactory: (props: IToastContainerProps) => JSX.Element;