declare function showElement(element?: HTMLElement | null): void;
export default showElement;
