import Component from '../../components/spinner-viur/spinner-viur.component.js'; /** * @summary Spinners are used to show the progress of an indeterminate operation. * @documentation https://shoelace.style/components/spinner-viur * @since 2.0 * @status stable * @viur 0.5 * * @csspart base - The component's internal wrapper. * * @cssproperty --indicator-color - The color of the indicator. * @cssproperty --speed - The time it takes for the spinner to complete one animation cycle. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;