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