/// <reference types="react" />
export interface Props {
    color?: string;
}
declare const ProgressHUD: (props: Props) => JSX.Element;
export default ProgressHUD;
