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