import Spinner from './Spinner'; import type { SpinnerProps } from './Spinner.types'; export type { SpinnerProps }; export default Spinner;