import { SbbLinkBaseElement } from '../../core.ts'; declare const SbbTrainWagonLinkElement_base: import('../../core.ts').AbstractConstructor & typeof SbbLinkBaseElement; /** * It displays a train compartment within a `sbb-train` component and behaves like a link. * It can be used to display the train compartment as well as to trigger an action, e.g., to show more details about the train compartment. * * @slot - Use the unnamed slot to add one or more `sbb-icon` for meta-information of the wagon. */ export declare class SbbTrainWagonLinkElement extends SbbTrainWagonLinkElement_base { static readonly elementName: string; } declare global { interface HTMLElementTagNameMap { 'sbb-train-wagon-link': SbbTrainWagonLinkElement; } } export {}; //# sourceMappingURL=train-wagon-link.component.d.ts.map