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