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