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