import type { GridRowId } from '../types'; import type { GridFocusArea } from '../state/types'; export declare function useFocusHandler(columnId: string, area: GridFocusArea, rowId?: GridRowId): readonly [boolean, () => void]; //# sourceMappingURL=use-focus-handler.d.ts.map