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