import * as React from "react"; interface NotesTabHeaderProps { isLive?: boolean; } export declare const NotesTabHeader: React.FC; export {};