export declare const sliderAdapter: { format(val: string): number; parse(val: string): string | undefined; };