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