export declare class TickData { readonly positionX: number; readonly positionY: number; readonly screenPositionX: number; readonly screenPositionY: number; readonly value: Date; readonly width: number; readonly label: string | number; readonly sizeUnit: number; constructor(positionX: number, positionY: number, screenPositionX: number, screenPositionY: number, value: Date, width: number, label: string | number, sizeUnit: number); }