/// <reference types="react" />
declare const VolumeHalf: ({ ...others }: {
    [x: string]: any;
}) => JSX.Element;
export default VolumeHalf;
