declare class UC { request: any; uc: any; constructor(props: any); getInstitutions: () => Promise; } export default UC;