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