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