import type { App } from "vue";
import type { InstallOptions } from "./types";
/**
 * Creates a new instance of Vue Material You.
 * This does NOT install any components. Please register each component individually.
 */
export default function (options: InstallOptions): (app: App) => void;
