import React from "react"; import { IQuillEditorProps } from "../../editor.component"; export interface NotionLikeQuillEditorProps extends IQuillEditorProps { } declare function NotionLikeQuillEditor(props: NotionLikeQuillEditorProps): React.ReactElement; declare namespace NotionLikeQuillEditor { var displayName: string; } export { NotionLikeQuillEditor };