import { FetchOptions } from '../composables'; import { Plugin } from 'vue'; type PluginOptions = { fetch?: FetchOptions; }; export declare const ITLabComponents: Plugin<[PluginOptions?]>; export {};