import { GanttContextValue } from './gantt-types'; import { Context } from 'react'; export declare const GanttContext: Context; export declare function useGanttContext(): GanttContextValue;