import type { TableProps } from './table'; export default function useColumns(params: { props: TableProps; }): { columnLayouts: any; columns: any; };