import { InputProps, LegacyInputProps } from './types'; export declare function adaptLegacyProps(props: InputProps & LegacyInputProps): InputProps;