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, tableActions, onTableActionsTabClick, hideTableFormat, hideTableActions, hideTableSetting, explicitlyCloseTableSetting, customSystemButton, onContentDensityChange, savedViewsOptions, handleSaveAndApply, maxSavedViews, handleSavedViewClick, handleEditSaveView, isSaveViewEnabled, isSavingViewLoading, handleDeleteViewClick, isDeleteViewLoading, handleSetDefaultView, closeTableSettingOnOutsideClick, onTableSettingClick, deleteViewPromptText, isViewNameUniqueAcrossTypes, saveViewCustomFilter, customRenderSaveViewContent, numericFormatDefault, viewPoint, }: { 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; tableActions: any; onTableActionsTabClick: any; hideTableFormat: any; hideTableActions: any; hideTableSetting: any; explicitlyCloseTableSetting: any; customSystemButton: any; onContentDensityChange: any; savedViewsOptions: any; handleSaveAndApply: any; maxSavedViews: any; handleSavedViewClick: any; handleEditSaveView: any; isSaveViewEnabled: any; isSavingViewLoading: any; handleDeleteViewClick: any; isDeleteViewLoading: any; handleSetDefaultView: any; closeTableSettingOnOutsideClick: any; onTableSettingClick: any; deleteViewPromptText: any; isViewNameUniqueAcrossTypes: any; saveViewCustomFilter: any; customRenderSaveViewContent: any; numericFormatDefault: any; viewPoint: any; }): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=tableHeader.d.ts.map