declare function getElementByHook(element: HTMLElement, hook: string): HTMLElement;
export default getElementByHook;
