import type { ChartTheme } from '../themes/types.js'; export interface UserNoteBlockProps { author: string; content: string; timestamp?: string; theme?: ChartTheme; } export declare function UserNoteBlock({ author, content, timestamp, theme, }: UserNoteBlockProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=UserNoteBlock.d.ts.map