import { FC } from 'react'; import { ToasterProps } from './types'; declare const Toaster: FC; export default Toaster;