import { SpinnerProps } from './types/Spinner.props.ts'; import { FC } from 'react'; /** * Animated loading spinner rendered as a `` with `role="status"`. * Supports design-token `size` and `color` props. Screen readers announce * the element; pair with a visually-hidden label for descriptive text. */ declare const Spinner: FC; export default Spinner;