import { TableProps } from '../interfaces'; export declare function TableColGroup({ visibleColumnDefinitions, hasSelection, sticky, selectionColumnId }: { visibleColumnDefinitions: ReadonlyArray>; hasSelection: boolean; sticky?: boolean; selectionColumnId?: PropertyKey; }): JSX.Element;