import { default as React } from 'react'; export declare const Loader: React.FC<{ color?: string; }>;