export class Note extends Item { render(): React.JSX.Element; } declare const NoteConnected: any; import Item from './Item'; import React from 'react'; export { NoteConnected as default };