import type { TableInstanceWithPopoverProps } from '../../types/index.js';
export declare const ColumnHeaderModal: {
    (instance: TableInstanceWithPopoverProps): import("react").JSX.Element;
    displayName: string;
};
