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