import type { PercentValue } from './PercentValue'; export declare type SliderMinResponse = { min: PercentValue; };