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