import { InputPhoneStateProps } from './types/inputPhoneTheme';
type AffixStyledProps = {
    styles?: InputPhoneStateProps;
};
type AffixIconWrapperStyledProps = {
    styles?: InputPhoneStateProps;
};
export declare const AffixStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, AffixStyledProps>> & string;
export declare const AffixIconWrapperStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, AffixIconWrapperStyledProps>> & string;
export {};
