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