export interface AutoFieldProps { value: any; } export declare function AutoField({ value }: AutoFieldProps): import("preact").JSX.Element; //# sourceMappingURL=AutoField.d.ts.map