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