import { RequestOrganizationService } from '../../lib/types/types';
interface RequestOrganizationSuccessComponentProps {
    requestOrganizationService: RequestOrganizationService;
}
export declare const RequestOrganizationSuccessComponent: ({ requestOrganizationService }: RequestOrganizationSuccessComponentProps) => JSX.Element;
export {};
