import { QueryVisualizationContextType } from '../QueryVisualizationWrapper';
import { FacetPlotsCardProps } from './FacetPlotsCard';
export type SingleQueryFacetPlotsCardsProps = {
    rgbIndex?: number;
    facetsToPlot?: string[];
    columnAliases?: Record<string, string>;
    sql?: string;
} & Pick<QueryVisualizationContextType, 'unitDescription'> & Pick<FacetPlotsCardProps, 'plotType'>;
declare function SingleQueryFacetPlotsCards(props: SingleQueryFacetPlotsCardsProps): import("react/jsx-runtime").JSX.Element;
export default SingleQueryFacetPlotsCards;
//# sourceMappingURL=SingleQueryFacetPlotsCards.d.ts.map