import React from 'react';
import { RequestOrganizationService } from '../types/types';
export declare const RequestOrganizationStore: ({ children }: {
    children: JSX.Element | string;
}) => JSX.Element;
export declare const RequestOrganizationContext: React.Context<[RequestOrganizationService, Function]>;
