import Vue from 'vue'; declare function findSpecificAncestor($self: Vue, componentName: string): Vue | null; export { findSpecificAncestor };