import React from 'react'; interface Props { placeholder?: string; charLimit?: number; } declare const Notes: React.FC; export default Notes;