import { Note } from './note'; export type { NoteConnotation } from './note'; export declare const registerNote: (prefix?: string) => void; export { Note as VwcNoteElement };