import type { FC } from 'react'; export declare const OrgName: FC<{ orgName: string; isSuperOrg?: boolean; activeSuperOrg?: string; }>;