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