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