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