import { DeviceType } from '..';
export type TimelineContentAbstractAny = TSRTimelineContentAbstract;
export interface TSRTimelineContentAbstract {
    deviceType: DeviceType.ABSTRACT;
}
//# sourceMappingURL=abstract.d.ts.map