import * as React from "react"; interface IUsProps { height: string; regionsData: any; } declare const Us: React.SFC; export default Us;