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