import { Language } from '../../types';
import { HtmlOptions } from '../html/html';
/**
 * The Vue language options.
 *
 * @since 0.0.12
 */
interface VueOptions extends HtmlOptions {
}
/**
 * Returns the VUE language definition.
 *
 * @return A Language object.
 */
export declare function vue(options?: VueOptions): Language;
export {};
//# sourceMappingURL=vue.d.ts.map