import { ProTableColumnType } from '../../../types'; export default function useDataSourceIndexColumn({ hasWidth, }: { hasWidth: boolean; }): ProTableColumnType | undefined;