import { FC } from 'react'; import { BaseReadonlyInputProps } from './types'; export declare const BaseReadonlyInput: FC;