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