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