import { Plugin } from "white-web-sdk"; import { VideoJsPluginOptions } from "./options"; export * from "./constants"; export { VideoJsPluginOptions } from "./options"; export { PluginContext, VideoJsPluginAttributes } from "./types"; export declare const videoJsPlugin: (options?: Partial | undefined) => Plugin;