declare function isShown(element?: HTMLElement | null): boolean;
export default isShown;
