export declare const $: (dom: HTMLElement, element: string) => HTMLElement | null;
export declare const removeChild: (currentNode: Node) => boolean;
