import type { Column, Row, SaveRowEvent, Section, Sort } from '../common/Table.types'; declare const _default: __VLS_WithTemplateSlots number); loadingRowCount?: number; defaultScrollPosition?: number; testId?: string; }>, { isSticky: boolean; isStickyHeader: boolean; sections: any; isLoading: boolean; sortOrder: string; emptyStateTitle: string; emptyStateSubtitle: string; isInfiniteScroll: boolean; infiniteScrollThreshold: number; rowHeight: number; loadingRowCount: number; defaultScrollPosition: any; testId: string; }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:sort": (newSort: Sort) => void; onScroll: (event: Event) => void; saveRow: (args_0: SaveRowEvent) => void; loadMore: () => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly number); loadingRowCount?: number; defaultScrollPosition?: number; testId?: string; }>, { isSticky: boolean; isStickyHeader: boolean; sections: any; isLoading: boolean; sortOrder: string; emptyStateTitle: string; emptyStateSubtitle: string; isInfiniteScroll: boolean; infiniteScrollThreshold: number; rowHeight: number; loadingRowCount: number; defaultScrollPosition: any; testId: string; }>>> & { onLoadMore?: () => any; onOnScroll?: (event: Event) => any; "onUpdate:sort"?: (newSort: Sort) => any; onSaveRow?: (args_0: SaveRowEvent) => any; }, { testId: string; isLoading: boolean; loadingRowCount: number; emptyStateTitle: string; isSticky: boolean; sections: Section[]; isStickyHeader: boolean; emptyStateSubtitle: string; isInfiniteScroll: boolean; infiniteScrollThreshold: number; rowHeight: number | ((index: number) => number); defaultScrollPosition: number; }>, Partial any>> & Partial any>> & Partial; rowIndex: number; }) => any>> & { title?(_: {}): any; search?(_: {}): any; "table-header-actions"?(_: {}): any; "floating-actions"?(_: { row: import("@vueuse/core").UseVirtualListItem; }): any; loader?(_: {}): any; "empty-state"?(_: {}): any; }>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };