import { AutoFields } from '@blinkk/selective-edit/dist/selective/autoFields'; export declare class LiveEditorAutoFields extends AutoFields { 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; private isMediaValue; }