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