import React from "react";

/**
 * spinner.svg
 */
declare const SpinnerIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default SpinnerIcon;
