/// <reference types="react" />
import { TypeSpinProps } from './Props';
export declare function DoubleBounce(props: TypeSpinProps): JSX.Element;
export declare function Wave(prop: TypeSpinProps): JSX.Element;
export declare function CubeGrid(props: TypeSpinProps): JSX.Element;
export declare function ChasingRing(prop: TypeSpinProps): JSX.Element;
export declare function Default(prop: TypeSpinProps): JSX.Element;
export declare const ScaleCircle: (opt: TypeSpinProps) => JSX.Element;
export declare const FadingCircle: (opt: TypeSpinProps) => JSX.Element;
export declare function ThreeBounce(prop: TypeSpinProps): JSX.Element;
export declare function ChasingDots(props: TypeSpinProps): JSX.Element;
export declare function FourDots(props: TypeSpinProps): JSX.Element;
