import * as React from 'react'; import { IListPageToast, IListPageToastProps, IToastProps } from './Toast.types'; export declare const destroyToast: (id: string) => void; export declare const Toast: React.FC; export declare const GlobalToast: React.FC; export declare const renderToast: (toast: (id: string) => JSX.Element, containerId?: string) => string; export declare const showToast: (toast: IListPageToast, containerId?: string) => string; declare const _default: { showToast: (toast: IListPageToast, containerId?: string) => string; }; export default _default;