///
/**
* The Spinner component.
*
*```tsx
* import * as React from "react"
* import * as System from "@harborschool/lighthouse"
*
* export default () => {
* return (
*
* )
* }
* ```
* @param overrides - \{ Round?: StyletronReact.StyleObject; }
*/
export declare const Spinner: React.FC;
export * from "./types";
import { SpinnerPropsT } from "./types";