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