import { CSSResultGroup, TemplateResult } from 'lit'; import { SbbElement } from '../../core.ts'; /** * Wraps the details section of the `sbb-timetable-form`. * * @slot - Use the unnamed slot to add content to the details section. */ export declare class SbbTimetableFormDetailsElement extends SbbElement { static readonly elementName: string; static styles: CSSResultGroup; protected render(): TemplateResult; } declare global { interface HTMLElementTagNameMap { 'sbb-timetable-form-details': SbbTimetableFormDetailsElement; } } //# sourceMappingURL=timetable-form-details.component.d.ts.map