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