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