export declare function ariaHidden(show: boolean, node: HTMLElement): void; export declare function hideSiblings(container: HTMLElement, mountNode: HTMLElement[]): void; export declare function showSiblings(container: HTMLElement, mountNode: HTMLElement[]): void;