export default function show(node: HTMLElement, bool: boolean): {
    update: (bool: boolean) => void;
};
