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