import { Spinner } from './spinner';

// export types
export type { SpinnerProps } from './spinner';

// export component
export { Spinner };
