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