/// <reference types="react" />
export declare const Spinner: import('react').ForwardRefExoticComponent<{
    className?: string | undefined;
} & import("react").RefAttributes<SVGSVGElement>>;
