/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
export interface HdsCodeEditorGenericSignature {
    Blocks: {
        default: [];
    };
    Element: HTMLDivElement;
}
declare const HdsCodeEditorGeneric: import("@ember/component/template-only").TemplateOnlyComponent<HdsCodeEditorGenericSignature>;
export default HdsCodeEditorGeneric;
