import { ReactText } from 'react'; export interface ISliderProps { /** * */ height?: ReactText; /** * */ width?: ReactText; }