import { SbbButtonBaseElement } from '../../core.ts'; declare const SbbTrainWagonButtonElement_base: import('../../core.ts').AbstractConstructor & typeof SbbButtonBaseElement; /** * It displays a train compartment within a `sbb-train` component and behaves like a button. * 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 SbbTrainWagonButtonElement extends SbbTrainWagonButtonElement_base { static readonly elementName: string; } declare global { interface HTMLElementTagNameMap { 'sbb-train-wagon-button': SbbTrainWagonButtonElement; } } export {}; //# sourceMappingURL=train-wagon-button.component.d.ts.map