import { Row, RowData } from '@tanstack/react-table'; import type { ToolbarProps } from '../../BaseTable'; import { Suggestions } from '../../BaseTable'; import { TableEnableConfig, Table, TableOptions } from '../interfaces'; export declare function getDefaultToolbarFiltersProps(table: Table, config: { simpleMode?: boolean; suggestions?: Suggestions; }): ToolbarProps['filterProps']; export declare function getDefaultToolbarProps(table: Table, props: Partial): Partial & Pick; export declare function getDefaultThProps(table: Table): { hasBorder: boolean; }; export declare function getDefaultTrProps(table: Table, row: Row): { selected: boolean; }; interface DefaultTdPropsConfig extends TableEnableConfig { tableName: string; manual: boolean; } export declare const TABLE_DEFAULT_SELECT_COLUMN_ID = "_selector"; export declare function getDefaultTableOptions(config: DefaultTdPropsConfig | string, manual?: boolean): Partial> & Required, '_features' | 'meta' | 'getCoreRowModel'>>; export {}; //# sourceMappingURL=index.d.ts.map