import { forwardRef, SVGProps } from 'react'; export interface GridProps extends Omit, 'css'> {} export const Grid = forwardRef((props, ref) => ( )); Grid.displayName = 'Grid';