import * as React from 'react';
export interface Props {
    color?: string;
}
export declare const SpinnerBars: React.FC<Props>;
