import ShoelaceElement from '../../internal/shoelace-element.js'; /** * @since 2.0 * @status stable * @viur 0.5 * * @slot - The default slot. * * @cssproperty --details-gap - The gap between the detail boxes. */ export default class SlDetailsGroup extends ShoelaceElement { static styles: import("lit").CSSResult; currentSlotNodes: any; hasChanged(): void; handleSlotChange(): void; registerDetails(): void; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'sl-details-group': SlDetailsGroup; } }