export declare function useDTHoverStateContext(): { getIsHovered: (columnId: string) => boolean; hoveredColumnId: string | null; };