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