import type { App } from "vue"; export interface Options { img: string; } declare const etsCommonComponents: { install(app: App, options?: Options): void; }; export default etsCommonComponents; //# sourceMappingURL=EtsCommonComponents.d.ts.map