import type { GridFocusArea } from '../state'; export declare const NO_BORDERS: { left: boolean; right: boolean; }; export declare const useColumnBorders: (columnId: string | [string, string], area: GridFocusArea) => { showLeftBorder: boolean; showRightBorder: boolean; }; //# sourceMappingURL=use-column-borders.d.ts.map