import type { Components, JSX } from "../types/components"; interface RuxIconTapAndPlay extends Components.RuxIconTapAndPlay, HTMLElement {} export const RuxIconTapAndPlay: { prototype: RuxIconTapAndPlay; new (): RuxIconTapAndPlay; };