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