import type { ProTableProps } from './pro-table'; export declare function useColumnsConfig(props: ProTableProps): { columns: any; };