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