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