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