export declare const useGanttSegmentPosition: (start: number, end: number) => { start: number; end: number; width: number; isNegative: boolean; };