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