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