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