import { BaseAngular } from "../base-angular";
import { ItemValue, QuestionRankingModel } from "survey-core";
import * as i0 from "@angular/core";
export declare class RankingItemComponent extends BaseAngular<ItemValue> {
    question: QuestionRankingModel;
    model: ItemValue;
    index: number;
    unrankedItem: boolean;
    protected getModel(): ItemValue;
    static ɵfac: i0.ɵɵFactoryDeclaration<RankingItemComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<RankingItemComponent, "sv-ng-ranking-item", never, { "question": "question"; "model": "model"; "index": "index"; "unrankedItem": "unrankedItem"; }, {}, never, never>;
}
