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