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