import { PropType, StyleValue } from 'vue'; import { MaybeRef } from '@vueuse/core'; import { DisplayDirectiveType } from '../_internal/display-directive'; import type { AlignType, TargetPoint } from '../align/interface'; declare const _default: import("vue").DefineComponent<{ prefixCls: StringConstructor; visible: BooleanConstructor; getClassNameFromAlign: FunctionConstructor; getRootDomNode: PropType<() => HTMLElement>; align: PropType>; displayDirective: PropType; getContainer: FunctionConstructor; transition: PropType>; transitionName: StringConstructor; mask: BooleanConstructor; maskTransitionName: StringConstructor; zIndex: NumberConstructor; popupClass: (ObjectConstructor | ArrayConstructor | StringConstructor)[]; popupStyle: PropType; disabledAlign: PropType>; disabledAlignInTransiting: PropType>; point: PropType; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "align"[], "align", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly HTMLElement>; align: PropType>; displayDirective: PropType; getContainer: FunctionConstructor; transition: PropType>; transitionName: StringConstructor; mask: BooleanConstructor; maskTransitionName: StringConstructor; zIndex: NumberConstructor; popupClass: (ObjectConstructor | ArrayConstructor | StringConstructor)[]; popupStyle: PropType; disabledAlign: PropType>; disabledAlignInTransiting: PropType>; point: PropType; }>> & { onAlign?: (...args: any[]) => any; }, { mask: boolean; visible: boolean; }>; export default _default;