import React from 'react'; import { KubedNumberSize } from '../../theme'; import type { LoadingProps } from '../Loading'; export interface LoaderProps extends React.ComponentPropsWithoutRef<'svg'> { size?: KubedNumberSize; color?: string; } export declare const CircleLoader: import("../../utils/types").ComponentWithAs<"svg", LoadingProps>; //# sourceMappingURL=Circle.d.ts.map