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