/// <reference types="react" />
interface SpinnerProps {
    className?: string;
    style?: React.CSSProperties;
    strokeWidth?: number;
}
export declare function Spinner(props: SpinnerProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Spinners.d.ts.map