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