import type { MouseEventHandler } from '@antdv/ui/es/types'; import type { CSSProperties, PropType } from 'vue'; export interface ContentRef { focus: () => void; changeActive: (next: boolean) => void; } declare const _default: import("vue").DefineComponent<{ motionName: StringConstructor; ariaId: StringConstructor; onVisibleChanged: PropType<(visible: boolean) => void>; onMousedown: PropType; onMouseup: PropType; keyboard: { type: BooleanConstructor; default: any; }; mask: { type: BooleanConstructor; default: any; }; afterClose: FunctionConstructor; closable: { type: BooleanConstructor; default: any; }; maskClosable: { type: BooleanConstructor; default: any; }; visible: { type: BooleanConstructor; default: any; }; destroyOnClose: { type: BooleanConstructor; default: any; }; mousePosition: any; title: any; footer: any; transitionName: StringConstructor; maskTransitionName: StringConstructor; animation: any; maskAnimation: any; wrapStyle: { type: PropType; default: CSSProperties; }; bodyStyle: { type: PropType; default: CSSProperties; }; maskStyle: { type: PropType; default: CSSProperties; }; prefixCls: StringConstructor; wrapClassName: StringConstructor; rootClassName: StringConstructor; width: (NumberConstructor | StringConstructor)[]; height: (NumberConstructor | StringConstructor)[]; zIndex: NumberConstructor; bodyProps: any; maskProps: any; wrapProps: any; getContainer: any; dialogStyle: { type: PropType; default: CSSProperties; }; dialogClass: StringConstructor; closeIcon: any; forceRender: { type: BooleanConstructor; default: any; }; getOpenCount: PropType<() => number>; focusTriggerAfterClose: { type: BooleanConstructor; default: any; }; onClose: PropType<(e: MouseEvent | KeyboardEvent) => void>; modalRender: FunctionConstructor; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly void>; onMousedown: PropType; onMouseup: PropType; keyboard: { type: BooleanConstructor; default: any; }; mask: { type: BooleanConstructor; default: any; }; afterClose: FunctionConstructor; closable: { type: BooleanConstructor; default: any; }; maskClosable: { type: BooleanConstructor; default: any; }; visible: { type: BooleanConstructor; default: any; }; destroyOnClose: { type: BooleanConstructor; default: any; }; mousePosition: any; title: any; footer: any; transitionName: StringConstructor; maskTransitionName: StringConstructor; animation: any; maskAnimation: any; wrapStyle: { type: PropType; default: CSSProperties; }; bodyStyle: { type: PropType; default: CSSProperties; }; maskStyle: { type: PropType; default: CSSProperties; }; prefixCls: StringConstructor; wrapClassName: StringConstructor; rootClassName: StringConstructor; width: (NumberConstructor | StringConstructor)[]; height: (NumberConstructor | StringConstructor)[]; zIndex: NumberConstructor; bodyProps: any; maskProps: any; wrapProps: any; getContainer: any; dialogStyle: { type: PropType; default: CSSProperties; }; dialogClass: StringConstructor; closeIcon: any; forceRender: { type: BooleanConstructor; default: any; }; getOpenCount: PropType<() => number>; focusTriggerAfterClose: { type: BooleanConstructor; default: any; }; onClose: PropType<(e: MouseEvent | KeyboardEvent) => void>; modalRender: FunctionConstructor; }>>, { footer: any; title: any; visible: boolean; getContainer: any; forceRender: boolean; mask: boolean; animation: any; maskClosable: boolean; maskAnimation: any; keyboard: boolean; closeIcon: any; closable: boolean; destroyOnClose: boolean; mousePosition: any; wrapStyle: CSSProperties; bodyStyle: CSSProperties; maskStyle: CSSProperties; bodyProps: any; maskProps: any; wrapProps: any; dialogStyle: CSSProperties; focusTriggerAfterClose: boolean; }, {}>; export default _default;