import type { IconProps } from './icon.context.js'; declare const ShieldIcon: import("svelte").Component; type ShieldIcon = ReturnType; export default ShieldIcon;