import { LiveEditorAutoFields } from '../../editor/autoFields'; export declare class GrowAutoFields extends LiveEditorAutoFields { protected deepGuessObject(data: Record, keyBase?: Array): import("@blinkk/selective-edit").FieldConfig[]; /** * Guess the type of field to use based on the key and value. * * @param key Key to guess the type of field. * @param data Data to use for guessing field type. */ guessType(key: string, data: any): string; }