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