declare var __VLS_13: {}, __VLS_19: {}, __VLS_25: {}, __VLS_35: {}, __VLS_41: {}, __VLS_51: {}; type __VLS_Slots = {} & { title?: (props: typeof __VLS_13) => any; } & { title?: (props: typeof __VLS_19) => any; } & { default?: (props: typeof __VLS_25) => any; } & { title?: (props: typeof __VLS_35) => any; } & { title?: (props: typeof __VLS_41) => any; } & { default?: (props: typeof __VLS_51) => any; }; declare const __VLS_component: import("vue").DefineComponent, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { readonly label: string; readonly disabled: boolean; readonly popperClass: string; readonly popperOffset: number; readonly showTimeout: number; readonly hideTimeout: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };