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