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