import type { SvgProps } from 'react-native-svg'; type IconProps = SvgProps & { size?: number | string; color?: string; }; declare const Grid: ({ size, color, ...props }: IconProps) => import("react").JSX.Element; export default Grid; //# sourceMappingURL=Grid.native.d.ts.map