import type { Plugin } from "vue"; export declare type SFCWithInstall = T & Plugin; export declare type ComponentSize = "large" | "medium" | "small" | "mini";