import { FC } from 'react'; interface IRegistrationProps { registerFormFields?: Array; classNamePrefix?: string; logo?: string; onCustomerExistsError?: (error: any) => void; issuePageErrorText?: string; } export declare const DelegationsContainer: FC; export {};