/**
 * Given an element or a selector, tries to find the appropriate container element.
 */
export declare const getContainerElement: (elementOrSelector?: string | HTMLElement) => HTMLElement;
