export declare enum InputPhoneVariant {
    DEFAULT = "DEFAULT",
    AFFIX_OUT = "AFFIX_OUT"
}
