import type { ValuesOf } from '../../Types/ValuesOf'; /** * Defines the available alignments for the timeline. * * @public */ export declare const TimelineAlignment: { readonly Start: "start"; readonly End: "end"; readonly Alternate: "alternate"; }; /** * @public */ export type TimelineAlignment = ValuesOf; //# sourceMappingURL=TimelineAlignment.d.ts.map