import { sanitize } from "./sanitize";
import type { Plugin } from "vue";
export declare const sanitizePlugin: Plugin;
export { sanitize };
