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