import { GridCellLayout } from '../types';
export declare const useCalcGridPositions: () => GridCellLayout[];
