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