import type { IThemeableProps } from '../../../Behaviors/Themeable'; /** * Represents the public properties of `TimelineOppositeElement`. * * @public */ export interface ITimelineOppositeElementProps extends IThemeableProps { } //# sourceMappingURL=ITimelineOppositeElementProps.d.ts.map