///
import { AbstractPureComponent } from "../../common/abstractPureComponent";
import { IIntentProps, IProps } from "../../common/props";
export interface ISpinnerProps extends IProps, IIntentProps {
/**
* Width and height of the spinner in pixels. The size cannot be less than
* 10px.
*
* Constants are available for common sizes:
* - `Spinner.SIZE_SMALL = 20px`
* - `Spinner.SIZE_STANDARD = 50px`
* - `Spinner.SIZE_LARGE = 100px`
*
* @default Spinner.SIZE_STANDARD = 50
*/
size?: number;
/**
* HTML tag for the two wrapper elements. If rendering a `` inside
* an `