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