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