import { ReactElement, SVGProps } from 'react'; export default function Grid(props: JSX.IntrinsicAttributes & SVGProps): ReactElement;