import * as React from "react"; export interface RefreshContentProps { height?: string; background?: any; } export declare const RefreshContent: React.SFC;