/** * @license * * Copyright IBM Corp. 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 { LitElement } from 'lit'; /** * The Tile Group component. * * @element c4d-tile-group */ declare class C4DTileGroup extends LitElement { render(): import("lit-html").TemplateResult<1>; static styles: any; } export default C4DTileGroup; //# sourceMappingURL=tile-group.d.ts.map