import { ReactElement } from 'react'; import { Note } from './types'; export declare const NoteCard: ({ content, published, attributedTo, }: Note) => ReactElement; //# sourceMappingURL=NoteCard.d.ts.map