import React from 'react'; import { SliderProps } from './Slider'; type DefinedProps = Pick; export type VolumeSliderProps = Omit; declare const VolumeSlider: React.FC; export default VolumeSlider;