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