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