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