declare var __VLS_32: {}, __VLS_34: {}, __VLS_36: {}, __VLS_38: {}, __VLS_40: {}, __VLS_46: {}, __VLS_56: { item: any; }, __VLS_58: {}; type __VLS_Slots = {} & { prepend?: (props: typeof __VLS_32) => any; } & { append?: (props: typeof __VLS_34) => any; } & { prefix?: (props: typeof __VLS_36) => any; } & { suffix?: (props: typeof __VLS_38) => any; } & { header?: (props: typeof __VLS_40) => any; } & { loading?: (props: typeof __VLS_46) => any; } & { default?: (props: typeof __VLS_56) => any; } & { footer?: (props: typeof __VLS_58) => any; }; declare const __VLS_component: any; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };