declare const siblings: (elem: HTMLElement | undefined | null) => [HTMLElement] | null; export { siblings };