export declare class TableColumnVisibilityButton { /** * A label for the button. * In english it defaults to 'Column Visibility'. */ readonly label: string; /** * An id for the table. */ readonly tableId: string; private openModal; private openClick; render(): any; }