import type { SpinnerProps } from '@joshk/react-spinners-css.types'; export declare function Ring({ color, size, className, style, }: SpinnerProps): import("react/jsx-runtime").JSX.Element;