import { IAceEditorProps } from "./_types/IAceEditorProps"; import { LFC } from "../../../_types/LFC"; /** * A react component for the ace text editor */ export declare const AceEditor: LFC; //# sourceMappingURL=AceEditor.d.ts.map