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