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