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