import type { ComponentPublicInstance } from 'vue';
export declare type ComponentInstance = ComponentPublicInstance<{}, any>;
