import * as React from "react";
import { Base, ItemValue, QuestionSliderModel } from "survey-core";
import { SurveyElementBase } from "../../reactquestion_element";
export declare class SliderLabelItem extends SurveyElementBase<any, any> {
    protected getStateElement(): Base;
    protected get item(): ItemValue;
    protected get question(): QuestionSliderModel;
    componentDidUpdate(prevProps: any, prevState: any): void;
    protected renderElement(): React.JSX.Element;
}
