import { default as React } from 'react'; type Props = { abyssProjectId: string; abyssProjectApplicationId: string; setAbyssProjectId: (id: string) => void; setAbyssProjectApplicationId: (id: string) => void; getProjectPictureUrl: (id: string) => string; }; declare const ProjectLinkSelector: React.FC; export default ProjectLinkSelector;