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