type SpinnerIconProps = { className?: string; }; /** * Renders a clean, scalable spinner icon using only SVG, without background or extra inline-block/size hack styles. * * Use Tailwind classes with `className` for size/color, e.g.: * - "w-3 h-3" or "size-[13px]" * - "text-primary" or "text-[#56565C]" * Typically best used with "align-middle" or "inline" on parent for vertical alignment. */ export declare function SpinnerIcon({ className }: SpinnerIconProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=spinner.d.ts.map