import { IntrinsicStyledMarginProps } from '@smart-react-components/core/element-props/intrinsic-styled-margin-props';
import { SizeProps } from '@smart-react-components/core/types';
import React from 'react';
export interface Props extends IntrinsicStyledMarginProps, SizeProps {
    color?: string;
}
declare const Loading: React.FC<Props>;
export default Loading;
