import { Organization } from '../../lib/types/types';
interface RequestOrganizationSearchResultComponentProps {
    eligibleOrgs: Organization[];
    ineligibleOrgs: Organization[];
}
export declare const RequestOrganizationSearchResultComponent: ({ eligibleOrgs, ineligibleOrgs }: RequestOrganizationSearchResultComponentProps) => JSX.Element;
export {};
