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