import type { Components, JSX } from "../types/components"; interface RuxIconCameraRear extends Components.RuxIconCameraRear, HTMLElement {} export const RuxIconCameraRear: { prototype: RuxIconCameraRear; new (): RuxIconCameraRear; };