/// <reference types="react" />
import { TypeSpinProps } from './Props';
export declare function Ring(obj: TypeSpinProps): JSX.Element;
export declare function Plane(obj: TypeSpinProps): JSX.Element;
export declare function Pulse(obj: TypeSpinProps): JSX.Element;
