import { DBTableData, DBTableProps } from "./model.js"; declare var __VLS_1: {}, __VLS_18: {}; type __VLS_Slots = {} & { caption?: (props: typeof __VLS_1) => any; } & { default?: (props: typeof __VLS_18) => any; }; declare const __VLS_base: import("@vue/runtime-core").DefineComponent & Readonly<{}>, { id: string; children: any; className: string; propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType; data: DBTableData | string; divider: import("./model.js", { with: { "resolution-mode": "import" } }).DBTableDividerType; variant: import("./model.js", { with: { "resolution-mode": "import" } }).DBTableVariantType; size: import("./model.js", { with: { "resolution-mode": "import" } }).DBTableRowSizeType; width: import("../../index.js", { with: { "resolution-mode": "import" } }).WidthType | string; captionPlain: string; showCaption: boolean | string; mobileVariant: import("./model.js", { with: { "resolution-mode": "import" } }).DBTableMobileVariantType; stickyHeader: import("./model.js", { with: { "resolution-mode": "import" } }).DBTableStickyHeaderType; columnSizes: Record; }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };