export declare class GritSpinner {
host: HTMLGritWcSpinnerElement;
/** Sets the color of the spinner. */
color: string;
/** Sets the size (Width & Height) of the spinner in pixels. */
size: number;
/** Sets the stroke width of the spinner. */
strokeWidth: number;
/** Label for screen readers. */
label: string;
componentDidLoad(): void;
render(): any;
}