import { default as React } from 'react'; import { FieldWidgetComponentProps } from './types.js'; /** * AutoNumberField - Read-only auto-generated field * Values are automatically generated by the system and cannot be edited */ export declare function AutoNumberField({ value, field, ...props }: FieldWidgetComponentProps): React.JSX.Element;