import { type Define } from '@sigx/lynx'; import type { ColorVariant, SizeScale } from '@sigx/lynx-zero'; export type LoadingSize = Extract; export type LoadingColor = Exclude; export type LoadingProps = Define.Prop<'size', LoadingSize, false> & Define.Prop<'color', LoadingColor, false> & Define.Prop<'class', string, false>; /** Spinner — a rotating ring; color tints the leading arc. */ export declare const Loading: import("@sigx/runtime-core").ComponentFactory; //# sourceMappingURL=Loading.d.ts.map