import { PlyrVueOptions, UsePlayerReturnType } from './types';
export declare function usePlyrVue(props?: PlyrVueOptions): UsePlayerReturnType;
