import "./index.less"; declare const _default: import("vue").DefineComponent<{ position: { type: import("vue").PropType; default: import("./popup.props").positionType; }; visible: { type: BooleanConstructor; default: boolean; }; bgColor: { type: import("vue").PropType; default: string; }; width: { type: import("vue").PropType; default: string; }; height: { type: import("vue").PropType; default: string; }; mask: { type: BooleanConstructor; default: boolean; }; isMaskClick: { type: BooleanConstructor; default: boolean; }; "onUpdate:visible": { type: import("vue").PropType<(visible: boolean) => void>; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:visible"[], "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: import("./popup.props").positionType; }; visible: { type: BooleanConstructor; default: boolean; }; bgColor: { type: import("vue").PropType; default: string; }; width: { type: import("vue").PropType; default: string; }; height: { type: import("vue").PropType; default: string; }; mask: { type: BooleanConstructor; default: boolean; }; isMaskClick: { type: BooleanConstructor; default: boolean; }; "onUpdate:visible": { type: import("vue").PropType<(visible: boolean) => void>; }; }>> & { "onUpdate:visible"?: (...args: any[]) => any; }, { mask: boolean; bgColor: string; width: string; height: string; visible: boolean; position: import("./popup.props").positionType; isMaskClick: boolean; }>; export default _default;