export declare const Grid: (props: import("./grid.shared.js").GridProps) => import("react").JSX.Element; export { GridItem, gridColumns, gridCellWidth } from "./grid.shared.js"; export type { GridProps, GridItemProps } from "./grid.shared.js"; //# sourceMappingURL=grid.ios.d.ts.map