/// import { SpinProps } from '.'; export declare function DoubleBounce(props: SpinProps): JSX.Element; export declare function Wave(prop: any): JSX.Element; export declare function CubeGrid(props: any): JSX.Element; export declare function ChasingRing(prop: any): JSX.Element; export declare function Default(props: SpinProps): JSX.Element; export declare const ScaleCircle: (opt: any) => JSX.Element; export declare const FadingCircle: (opt: any) => JSX.Element; export declare function ThreeBounce(props: SpinProps): JSX.Element; export declare function ChasingDots(props: SpinProps): JSX.Element; export declare function FourDots(props: SpinProps): JSX.Element;