/// interface QuillViewerProps { content: string; } export default function QuillViewer(props: QuillViewerProps): JSX.Element; export {};