/// <reference types="react-intl" />
import React from 'react';
import { FormFieldComponentProps, VerificationServiceProps, Organization } from '../../../lib/types/types';
interface BranchOfServiceComponentProps {
    organizations: Organization[];
}
export declare const BranchOfService: ({ autoFocus, onChange, value, isErrored, organizations, intl, placeholder, }: FormFieldComponentProps & VerificationServiceProps & BranchOfServiceComponentProps) => JSX.Element;
export declare const BranchOfServiceComponent: React.ComponentClass<Pick<FormFieldComponentProps<any> & VerificationServiceProps & BranchOfServiceComponentProps, "errorId" | "isErrored" | "onChange" | "onKeyDown" | "autoFocus" | "placeholder" | "value" | "isRequired" | "verificationService" | "organizations">, any> & {
    WrappedComponent: React.ComponentType<FormFieldComponentProps<any> & VerificationServiceProps & BranchOfServiceComponentProps & ReactIntl.InjectedIntlProps>;
};
export {};
