import { ToastConfig } from './render'; export declare const toast: { show(props: ToastConfig): void; };