import * as React from 'react'; declare function GridView(props: React.SVGProps): React.JSX.Element; export default GridView;