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