declare const _sfc_main: import("vue").DefineComponent<{ isPopShow: { type: BooleanConstructor; required: true; }; footer: { type: BooleanConstructor; required: true; default: boolean; }; }, { props: { isPopShow: boolean; footer: boolean; }; emits: (event: "close" | "update:isPopShow", ...args: any[]) => void; isPopShowContainer: import("vue").Ref; isPopShowContent: import("vue").Ref; isPopShowMask: import("vue").Ref; closePop: () => void; showPop: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:isPopShow")[], "close" | "update:isPopShow", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { onClose?: ((...args: any[]) => any) | undefined; "onUpdate:isPopShow"?: ((...args: any[]) => any) | undefined; }, {}>; export default _sfc_main;