import { Key } from 'react'; export declare const placeElement: HTMLDivElement; export declare const innerPlaceElement: HTMLDivElement; export declare function removePlaceElementDom(): void; export declare function isSameParentPath(arr1: Key[], arr2: Key[]): boolean;