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