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