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