declare const cc_circle: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default cc_circle;