import type { ISliderStyleProps, ISliderStyles } from './Slider.types';
export declare const getStyles: (props: ISliderStyleProps) => ISliderStyles;
