import type { PercentValue } from './PercentValue'; export declare type SliderMaxResponse = { max: PercentValue; };