import "vue-virtual-scroller/dist/vue-virtual-scroller.css";
export declare class VuetifyComponentLoader {
    static vuetifyComponentPromiseResolvers: {
        [elementName: string]: (component: any) => void;
    };
    static availableComponents: {
        [elementName: string]: any;
    };
    private topic;
    constructor();
    static componentAvailable: (tagName: string, component: any) => void;
    static registerToVue: (arg?: {
        directives?: object;
        components?: object;
        transitions?: object;
    }) => void;
}
export declare function getProvided(vueComponent: any, el: HTMLElement, name: string): void;
export declare function setProvided(vueComponent: any, vuetifyRef: any, name: string): void;
