import { ArgsProps } from './type';
declare const ToastPlugin: {
    open: (args: ArgsProps) => Promise<void>;
};
export default ToastPlugin;
