import { DefaultProps, KubedNumberSize } from '../theme'; export interface LoadingProps extends DefaultProps { size?: KubedNumberSize; color?: string; variant?: 'circle1' | 'circle2'; } export declare const sizes: { xs: string; sm: string; md: string; lg: string; xl: string; }; export declare const Loading: import("../utils/types").ComponentWithAs<"svg", LoadingProps>; //# sourceMappingURL=Loading.d.ts.map