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