import React from 'react'; /** * Loading spinner icon - Single arc spinner matching Figma design * * Design: A single dark grey arc that rotates continuously. * The arc forms approximately 270 degrees of a circle with a small gap. * Uses stroke with rounded line caps for smooth appearance. * * The arc starts at the top (12 o'clock) and curves clockwise to bottom-left (9 o'clock), * leaving a gap at the bottom-right quadrant. */ export declare const Loading: React.FC; export default Loading; //# sourceMappingURL=Loading.d.ts.map