import { InputProps } from '@galacean/editor-ui'; import { BaseFormItemProps } from '../FormItem/FormItem'; export interface FormItemInputProps extends BaseFormItemProps, Omit { } export declare function FormItemInput(props: FormItemInputProps): import("react/jsx-runtime").JSX.Element;