export declare const dateToPosition: (currentDate: Date, startDate: Date, endDate: Date, endWidth: number) => number;
