import { Column, SimpleColumn } from '../types'; export declare const useColumns: (columns: Partial>[], gutterColumn?: false | Partial, "title" | "maxWidth" | "minWidth" | "width" | "component" | "columnData">> | undefined, stickyRightColumn?: Partial, "title" | "maxWidth" | "minWidth" | "width" | "component" | "columnData">> | undefined) => Column[]; //# sourceMappingURL=useColumns.d.ts.map