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