export declare class TableColumnVisibility { el: HTMLGlTableColumnVisibilityElement; /** * The title of the column. */ readonly label: string; /** * The id of the table this column is a part of. */ readonly tableId: string; private closePopover; private createToggles; private closeClick; render(): any; }