import { WithStyle } from '@medly-components/utils'; import { ToastContainerProps } from './types'; import type { FC } from 'react'; export declare const ToastContainer: FC & WithStyle;