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