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