import Quill, { Theme } from "quill-next"; export declare class NextTheme extends Theme { constructor(quill: Quill, options: unknown); }