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