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