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