import { CSSProp } from 'styled-components';
import { POSITIONS } from '../../../types/positions/positions';
import { InputHelpMessagePosition } from '../types/inputTheme';
export declare const getExtraStyles: (stylesPosition: POSITIONS, affixPosition?: POSITIONS, width?: number, isOutAffixPosition?: boolean, helpTextPosition?: InputHelpMessagePosition, inputWidth?: number) => CSSProp | undefined;
