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