/** * @license * * Copyright IBM Corp. 2020, 2024 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ import C4DFooterNavItem from './footer-nav-item'; /** * Legal nav item. * * @element c4d-legal-nav-item */ declare class C4DLegalNavItem extends C4DFooterNavItem { /** * autoid text. */ autoid: string; updated(): void; } export default C4DLegalNavItem; //# sourceMappingURL=legal-nav-item.d.ts.map