import type { QuestionSliderModel, SliderLabelItemValue } from "survey-core";
export interface ISliderItemProps {
    question: QuestionSliderModel;
    item: SliderLabelItemValue;
}
