import { CreateToast, TToast } from './type'; declare const Toast: TToast; export declare const createToast: CreateToast; export { Toast, };