import type { Plugin } from 'vue'; declare type SFCWithInstall = T & Plugin; export declare const Poper: SFCWithInstall 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 Poper;