import React from 'react'; export declare function SpinningLoader({ color, size }: { color: string; size?: number; }): React.JSX.Element; //# sourceMappingURL=SpinningLoader.d.ts.map