/// <reference types="react" />
import { OriginSpinProps } from './Props';
export default function Spin(props: OriginSpinProps): JSX.Element;
