import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconShieldPlusDuotone: import("svelte").Component<$$ComponentProps, {}, "">; type IconShieldPlusDuotone = ReturnType; export default IconShieldPlusDuotone;