import { ReactIconComponentType } from '../types';

declare const VolumeDown: ReactIconComponentType;
export default VolumeDown;
            