import { Plugin } from "vue"; import { Locale } from "@/types"; export interface ComponentsOptions { locale?: Locale; } export declare const Components: Plugin;