import React from 'react';
import type { DynamicUiComponentProps } from '../DynamicUi';
export declare const IntegerFormField: React.ForwardRefExoticComponent<DynamicUiComponentProps<string | null> & React.RefAttributes<{
    getValue?: (() => import("../DynamicUi").JSONValue | void) | undefined;
    getState?: (() => import("../DynamicUi").JSONValue | void) | undefined;
}>>;
