import { type SvgStringOpts } from '../../svgString'; export declare const GridViewSVG: (opts?: SvgStringOpts) => string; export default GridViewSVG;