interface CircleLoaderProps { className?: string; transitionDurationMS?: number; height?: string; width?: string; forceLightMode?: boolean; } declare const CircleLoader: ({ className, transitionDurationMS, height, width, forceLightMode, }: CircleLoaderProps) => import("react").JSX.Element; export default CircleLoader; export type { CircleLoaderProps }; //# sourceMappingURL=CircleLoader.d.ts.map