import { TdVueConstructor } from './types';
export declare function installMixin(Vue: TdVueConstructor): void;
