import type { PercentValue } from './PercentValue'; export declare type SettingsResponse = { slideMin: PercentValue; slideMax: PercentValue; };