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