import { ItemChildWrapperElement, ItemElement } from '../types/Elements';

/**
 * Returns child wrapper element of the passed item
 * @param item - wrapper element would be got from this item
 */
export declare function getItemChildWrapper(item: ItemElement): ItemChildWrapperElement | null;
