declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly validator: (value: number | string) => boolean; readonly default: 200; }; readonly target: { readonly type: import('vue').PropType; readonly default: ""; }; readonly right: { readonly type: import('vue').PropType; readonly validator: (value: number | string) => boolean; readonly default: 60; }; readonly bottom: { readonly type: import('vue').PropType; readonly validator: (value: number | string) => boolean; readonly default: 60; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { click: (event: MouseEvent) => void; }, string, import('vue').PublicProps, Readonly; readonly validator: (value: number | string) => boolean; readonly default: 200; }; readonly target: { readonly type: import('vue').PropType; readonly default: ""; }; readonly right: { readonly type: import('vue').PropType; readonly validator: (value: number | string) => boolean; readonly default: 60; }; readonly bottom: { readonly type: import('vue').PropType; readonly validator: (value: number | string) => boolean; readonly default: 60; }; }>> & Readonly<{ onClick?: ((event: MouseEvent) => any) | undefined; }>, { readonly bottom: string | number; readonly right: string | number; readonly target: string | HTMLElement; readonly visibilityHeight: string | number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };