/** * Flag to indicate if the slide operation is fixed. A fixed operation moves the active slider area (min-max) offset to the new min or max value. */ export declare type FixedPos = boolean;