import { css } from 'styled-components'; import { ComponentStyle } from '../../styles/typings'; import { SliderProps } from './typings'; export const sliderStyle: ComponentStyle = () => { return css``; };