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