import React from 'react';
import { ToastContainerProps } from '../types';
export declare const defaultProps: ToastContainerProps;
export declare function ToastContainer(props: ToastContainerProps): React.JSX.Element;
