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