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