import { Theme } from '../../utils/theme'; type StyledSpinnerProps = { $size: number; color: string; theme: Theme; }; declare const StyledSpinner: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, StyledSpinnerProps>> & string; export { StyledSpinner };