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