import type { IconProps } from '@shopgate/pwa-common/components/Icon'; /** * The lock icon component. * @link https://material.io/tools/icons/?icon=lock&style=baseline * */ declare const LockIcon: (props: Omit) => import("react/jsx-runtime").JSX.Element; export default LockIcon; //# sourceMappingURL=LockIcon.d.ts.map