import { SVGProps } from "react";
declare const CGVolume: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { CGVolume };
