import { PluginFunction } from 'vue'; declare class CarbonVue { static install: PluginFunction>; } export default CarbonVue;