type __VLS_Props = { style?: 'flat' | 'border'; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { style: "flat" | "border"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, { header?(_: {}): any; default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };