import type { IconProps } from '@shopgate/pwa-common/components/Icon'; /** * The grid icon component. */ declare const Grid: (props: Omit) => import("react/jsx-runtime").JSX.Element; export default Grid; //# sourceMappingURL=GridIcon.d.ts.map