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