import type { IBoundableProps } from '../../../Behaviors/Boundable'; /** * Represents the `IEpgNowLineElementProps` interface. * * @public */ export interface IEpgNowLineElementProps extends IBoundableProps { } //# sourceMappingURL=IEpgNowLineElementProps.d.ts.map