import { GridRowType } from '../SpatialNavigationVirtualizedGrid'; import { NodeOrientation } from '../../../types/orientation'; export declare const convertToGrid: (data: T[], numberOfColumns: number, header?: JSX.Element) => GridRowType[]; export declare const invertOrientation: (orientation: NodeOrientation) => NodeOrientation;