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