import type { HSSPState } from './HSSPState'; import type { Offset } from './Offset'; import type { PercentValue } from './PercentValue'; export declare type HSSPResponse = { state: HSSPState; slideMax: PercentValue; slideMin: PercentValue; offset: Offset; };