/** * @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 CDSStructuredListHead from '@carbon/web-components/es/components/structured-list/structured-list-head.js'; /** * StructuredListHead * * @element c4d-structured-list-head */ declare class C4DStructuredListHead extends CDSStructuredListHead { connectedCallback(): void; static styles: any; } export default C4DStructuredListHead; //# sourceMappingURL=structured-list-head.d.ts.map