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