export declare const ElsDrawer: { new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { confirm: () => void; open: () => void; close: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { confirm: () => void; open: () => void; close: () => void; }, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { confirm: () => void; open: () => void; close: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => { $slots: any; }) & import('vue').ObjectPlugin & { setPropsDefaults: (defaults: { readonly modelValue?: boolean | (() => boolean) | undefined; readonly url?: string | (() => string) | undefined; readonly initBody?: boolean | (() => boolean) | undefined; readonly confirm?: Function | (() => Function) | undefined; readonly cancel?: Function | (() => Function) | undefined; }) => void; } & Record; export default ElsDrawer; export * from './src/drawer';