import type { Direction, SizeType } from '../config-provider';
export declare function getInputClassName({ prefixCls, bordered, size, disabled, direction, condition, resize, }: {
    prefixCls: string;
    bordered: boolean;
    size?: SizeType;
    disabled?: boolean;
    direction?: Direction;
    condition?: boolean;
    resize?: boolean;
}): string;
export declare function hasPrefixSuffix(propsAndSlots: any): number | boolean;
export declare function hasAddon(propsAndSlots: any): number | boolean;
