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