export declare function getTableHeadingsBySelector(wrapperElement: HTMLElement | null, selector: string): HTMLElement[];
