declare const Note: ({ space, noteModalHandler, bottomBorder, containerStyle, }: { space: any; noteModalHandler: any; bottomBorder: any; containerStyle?: {} | undefined; }) => JSX.Element | null; export default Note;