import { IEditorFieldProps } from "./_types/IEditorFieldProps"; import { LFC } from "../../../_types/LFC"; /** * An editor field that uses ace to highlight text */ export declare const EditorField: LFC; //# sourceMappingURL=EditorField.d.ts.map