import { SbbElement } from '../core/base-elements/element.ts'; import { AbstractConstructor } from '../core/mixins/constructor.ts'; export declare class SbbTrainFormationOrientationMixinType { protected readonly orientation: 'horizontal' | 'vertical' | null; } /** * Mixin that reads the `orientation` property from the closest `sbb-train-formation` * and reflects it as a CSS custom state (`orientation-horizontal` / `orientation-vertical`). */ export declare const SbbTrainFormationOrientationMixin: >(superClass: T) => AbstractConstructor & T; //# sourceMappingURL=train-formation-orientation-mixin.d.ts.map