import type { Base, BaseConstructor } from '../Base/index.js'; /** * Get the closest parent of a component. * @link https://js-toolkit.studiometa.dev/api/helpers/getClosestParent.html */ export declare function getClosestParent(childInstance: Base, ParentConstructor: T): InstanceType;