import { TableColumn as TableColumnWSR, TableColumn as WSRTableColumn } from '@wix/design-system/dist/types/Table'; import { NestedTableState } from '../../state'; import { NestedTableFlatKeyedItem } from '../../state/NestedTableState/NestedTableFlatModeSectionState'; export interface UseFlatModeColumnsProps { state: NestedTableState; horizontalScroll?: boolean; actionsCellWidth?: string | number; actionsCellProps?: Partial, 'render' | 'style'>>; } export declare function useFlatModeColumns(props: UseFlatModeColumnsProps): WSRTableColumn>[]; //# sourceMappingURL=useFlatModeColumns.d.ts.map