export default function BasicPlugin(options?: {}): { queries: { getTextLength: (editor: any) => any; }; };