declare var __VLS_8: { file: any; index: any; }, __VLS_15: {}, __VLS_17: {}, __VLS_24: {}, __VLS_26: {}, __VLS_28: {}, __VLS_30: {}, __VLS_39: { file: any; index: any; }; type __VLS_Slots = {} & { file?: (props: typeof __VLS_8) => any; } & { trigger?: (props: typeof __VLS_15) => any; } & { default?: (props: typeof __VLS_17) => any; } & { trigger?: (props: typeof __VLS_24) => any; } & { default?: (props: typeof __VLS_26) => any; } & { default?: (props: typeof __VLS_28) => any; } & { tip?: (props: typeof __VLS_30) => any; } & { file?: (props: typeof __VLS_39) => any; }; declare const __VLS_component: any; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };