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