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