import type { Components, JSX } from "../types/components"; interface RuxIconCameraFront extends Components.RuxIconCameraFront, HTMLElement {} export const RuxIconCameraFront: { prototype: RuxIconCameraFront; new (): RuxIconCameraFront; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;