/// import { IconProps } from '../../types'; declare const Volume: (allProps: IconProps) => JSX.Element; export default Volume;