import type { InputProps } from './Input';
export declare function hasPrefixSuffix(props: InputProps): boolean;
