import { ElementType } from 'react'; import { LayoutComponentProps } from '../../Lism'; import { GridLayoutProps } from '../../../lib/types/LayoutProps'; export default function Grid(props: LayoutComponentProps): import("react").JSX.Element;