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