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