/// <reference types="react" />
declare const Umbrella: (props: any, ref: any) => JSX.Element;
export default Umbrella;
