export default function TableHeader({ actualRef, colDefs, Columns, tableFontSize, setTableFontSize, rowHeight, setRowHeight, tableHeader, topRightOptions, topLeftOptions, onGlobalSearchClick, cardContainer, onNumberFormatChange, hideRowHeightOptionMenu, showDownloadButton, onDownloadButtonClick, closeButton, handleCloseButtonClick, additionalButtons, setTableSettingOpen, showHideEditableCells, handleShowHideEditableCells, topCenterOptions, showContentualFilter, showContentualFilterBadge, onContentualFilterClick, contentualFilterProps, contentualFilterComponent, tableActions, onTableActionsTabClick, hideTableFormat, hideTableActions, hideTableSetting, explicitlyCloseTableSetting, customSystemButton, isChatEnabled, handleChatClick, isChatOpen, handleChatClose, chatConfiguration, savedViewsOptions, handleSaveAndApply, maxSavedViews, handleSavedViewClick, handleEditSaveView, isSaveViewEnabled, isSavingViewLoading, handleDeleteViewClick, isDeleteViewLoading, handleSetDefaultView, isCommentFeatureEnabled, showCommentBadge, toggleCommentMode, commentMode, hideFontSize, hideNumericFormat, onContentDensityChange, isCommentResolvedAlertOpen, setIsCommentResolvedAlertOpen, showCommentPanel, setShowCommentPanel, customTabInTableSettings, closeTableSettingOnOutsideClick, saveViewCustomFilter, customRenderSaveViewContent, onTableSettingClick, deleteViewPromptText, isViewNameUniqueAcrossTypes, contentualFilterOpenByDefault, tableSettingsTitle, registerTableSettingToggle, numericFormatDefault, viewPoint, disableContextualFilter, disableTableSettings, onAdvanceSortClick, advanceSortEnabled, }: { actualRef: any; colDefs: any; Columns: any; tableFontSize: any; setTableFontSize: any; rowHeight: any; setRowHeight: any; tableHeader: any; topRightOptions: any; topLeftOptions: any; onGlobalSearchClick: any; cardContainer: any; onNumberFormatChange: any; hideRowHeightOptionMenu: any; showDownloadButton: any; onDownloadButtonClick: any; closeButton: any; handleCloseButtonClick: any; additionalButtons: any; setTableSettingOpen: any; showHideEditableCells: any; handleShowHideEditableCells: any; topCenterOptions: any; showContentualFilter: any; showContentualFilterBadge: any; onContentualFilterClick: any; contentualFilterProps?: {} | undefined; contentualFilterComponent: any; tableActions: any; onTableActionsTabClick: any; hideTableFormat: any; hideTableActions: any; hideTableSetting: any; explicitlyCloseTableSetting: any; customSystemButton: any; isChatEnabled?: boolean | undefined; handleChatClick?: (() => void) | undefined; isChatOpen: any; handleChatClose: any; chatConfiguration: any; savedViewsOptions: any; handleSaveAndApply: any; maxSavedViews: any; handleSavedViewClick: any; handleEditSaveView: any; isSaveViewEnabled: any; isSavingViewLoading: any; handleDeleteViewClick: any; isDeleteViewLoading: any; handleSetDefaultView: any; isCommentFeatureEnabled: any; showCommentBadge: any; toggleCommentMode: any; commentMode: any; hideFontSize: any; hideNumericFormat: any; onContentDensityChange: any; isCommentResolvedAlertOpen: any; setIsCommentResolvedAlertOpen: any; showCommentPanel: any; setShowCommentPanel: any; customTabInTableSettings: any; closeTableSettingOnOutsideClick: any; saveViewCustomFilter: any; customRenderSaveViewContent: any; onTableSettingClick: any; deleteViewPromptText: any; isViewNameUniqueAcrossTypes: any; contentualFilterOpenByDefault: any; tableSettingsTitle: any; registerTableSettingToggle: any; numericFormatDefault: any; viewPoint: any; disableContextualFilter: any; disableTableSettings: any; onAdvanceSortClick: any; advanceSortEnabled: any; }): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=tableHeader.d.ts.map