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