import { ReactElement } from 'react'; import { loadingSize, LoadingVariant } from './index.style'; interface Props { infinity?: 'none' | keyof typeof loadingSize; variant?: LoadingVariant; value?: number; } export declare const Loading: (props: Props) => ReactElement; export {}; //# sourceMappingURL=index.d.ts.map