import { FC } from "react"; export declare const OrganizationOrderEligibility: FC<{ competency: { isLegallyCompetent?: boolean; }; }>;