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