import type React from 'react'; import { IGridComponentType } from './types'; export declare function createGrid({ Parent, Root, Item, }: { Root: React.ComponentType; Parent: React.ComponentType; Item: React.ComponentType; }): IGridComponentType; //# sourceMappingURL=index.d.ts.map