import React from 'react'; import { Input } from '@cloudflare/component-input'; import { BaseProps } from './Base'; export declare type InputProps = BaseProps, 'placeholder'>, FieldType>; export default function FormInput({ ...props }: InputProps): JSX.Element;