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