declare const VueHeadMixin: {
    created(): void;
};

export { VueHeadMixin as V };
