///
import { AceEditorArgs } from "../modifiers/-ace-editor";
interface AceEditorSignature {
Args: AceEditorArgs;
Element: HTMLPreElement;
}
declare const _default: import("@ember/component/template-only").TemplateOnlyComponent;
export { _default as default, AceEditorSignature };
//# sourceMappingURL=components/ace-editor.d.ts.map