import { HelpCopy } from '../../../core'; interface RequestSupportInstitutionProps { copy: HelpCopy; institution: string; isOpen: boolean; onClose: () => void; popularTopicsDrawerOnClose: () => void; title: string; } export declare const RequestSupportInstitution: React.FC; export {};