import Note from './note';
import { NoteProps } from './note';
export declare type Props = NoteProps;
export default Note;
