import { LoaderProps } from './types'; export declare const RotatingLoader: import("react").MemoExoticComponent<({ size, variant, color, visible, ariaLabel, wrapperStyle, wrapperClass, strokeWidth, animationDuration, }: LoaderProps) => import("react/jsx-runtime").JSX.Element>;