declare const __VLS_defaults: {
    visible: boolean;
};
type __VLS_PublicProps = {
    "visible"?: typeof __VLS_defaults['visible'];
};
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    'update:visible': (visible: boolean) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps & {
    "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
export default _default;
