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