import { ChannelData } from '../../../../view-data/components/history-curve/channel/channel.data'; export declare class ChannelModel { private channels; private channel; private _isEnabled; isEnabled: boolean; channelName: string; private _lineColor; lineColor: string; private _projectionColor; projectionColor: boolean; constructor(channels: ChannelData[], channel: ChannelData | undefined); }