import { PluginObject } from 'vue'; export interface RichTextLicensePluginOptions { key: string; } export declare class RichTextLicensePlugin implements PluginObject { install(v: any, options?: RichTextLicensePluginOptions | undefined): void; } declare const _default: RichTextLicensePlugin; export default _default; //# sourceMappingURL=rich-text-license-plugin.d.ts.map