import type { GridItemProps, GridProps } from './types'; /** @public */ export declare const Grid: { Root: import("react").ForwardRefExoticComponent>; Item: import("react").ForwardRefExoticComponent>; };