import { App, Plugin } from 'vue';
import { VueScreenConfig } from './types/config';
export declare const install: (app: App, options: VueScreenConfig) => void;
export declare const plugin: Plugin;
