import * as React from 'react';
import { QueryWrapperChildProps } from '../../../containers/QueryWrapper';
export declare type FacetPlotsCardOwnProps = {
    title?: string;
    description?: string;
    rgbIndex?: number;
    facetsToPlot?: string[];
    detailsPagePath?: string;
};
declare type FacetPlotsCardProps = FacetPlotsCardOwnProps & QueryWrapperChildProps;
declare const FacetPlotsCard: React.FunctionComponent<FacetPlotsCardProps>;
export default FacetPlotsCard;
