import { GridFormField } from './types'; export declare const assignDefaultValue: (field: GridFormField) => string | false | never[] | undefined;