import { type SpinnerProps } from '@chakra-ui/react'; import React from 'react'; declare const Component: React.ForwardRefExoticComponent>; export { Component as Spinner, type SpinnerProps, };