import { columnsStateType, columnSettingsType } from "./types"; export declare const readColumnSettings: (columnOptions: never[] | undefined, defaultType: any, defaultFormat: any) => [columnSettingsType[], columnsStateType];