import React from 'react'; export interface NoteTabProps { data?: any[]; onChange?: Function; } export declare const NoteTab: React.FC;