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