import { Grid as RadixGrid } from '@radix-ui/themes'; import type { ComponentPropsWithoutRef } from 'react'; type GridProps = ComponentPropsWithoutRef; export declare const Grid: import("react").ForwardRefExoticComponent>; export {};