/// <reference types="react" />
import { BaseToastProps } from '../types';
export declare function InfoToast(props: BaseToastProps): JSX.Element;
