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