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