import type Quill from "quill-next"; export declare function useQuillEvent(quill: Quill | null, eventName: string, callback?: any): void;