import { View } from 'react-native'; import type { GridProps, GridItemProps } from './types'; export type { GridProps, GridItemProps } from './types'; export declare const Grid: import("../../core/factory").PlatformBlocksComponent<{ props: GridProps; ref: View; }>; export declare const GridItem: import("../../core/factory").PlatformBlocksComponent<{ props: GridItemProps; ref: View; }>;