import React from 'react';
export declare type ProjectViewCarouselProps = {
    entityId: string;
};
/**
 * Display a carousel of projects using a Project View. Driven by the following annotations/column names:
 * projectDisplayName, projectDescription, projectImageFileName. The projectImageFileName must
 * be an attachment on the project's root wiki page.
 */
export declare const ProjectViewCarousel: React.FunctionComponent<ProjectViewCarouselProps>;
export default ProjectViewCarousel;
