export declare const useTableHeadCellCount: () => { count: number; countHeadCellRef: (node: T) => void; };