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