export function useTableColumns(metricsKeys: any, canViewCompanies?: boolean): { type: string; label: string; key: string; width: number[]; } | null; //# sourceMappingURL=useTableColumns.d.ts.map