import { SelectBasePlotly } from "./selectBase";
export declare class RankingPlotly extends SelectBasePlotly {
    getQuestionResults(): any[];
    getEmptyData(): any;
    protected getCalculatedValuesCore(): Array<any>;
    applyResultToPlotlyData(result: any[], plotlyData: any, choices: any): void;
}
