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