import { Column } from './';
import { SupportedFunction } from '..';
export declare const useColumns: (functions: SupportedFunction[]) => Column[];
