import { Props, OptionType, OnOff, OnOk } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent any; }, string, PublicProps, Readonly & Readonly<{ onAction?: ((eventName: string, value?: string | undefined) => any) | undefined; }>, { type: OptionType; html: string; tips: string; message: string; cancelButtonText: string; confirmButtonText: string; onOff: OnOff; onOk: OnOk; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default;