import { default as React } from 'react'; import { ConfigItemType, DesktopTableProps } from '../StandardTable.models'; export declare const getCustomColumnStickyStyles: (nthCellFromRight: number, stickyRightCount: number, rightStickyCountFromConfig?: number /** This prop specifies the number of sticky columns on the right side, as defined in the table config.*/) => string; declare const DesktopTable: >, FilterOption extends Record>({ activeFilters, checkboxSelectOptions, config, customColumnProps, customHeight, customWidth, data, dataKey, disableCheckboxes, expandedAccordionContent, enableCheckAll, disableCheckAll, hideCheckAll, getData, groups, hasExpandableContent, handleCheckedBoxes, hasCheckboxes, hasData, hasMore, headerChildren, isDefaultCheckedAll, isResetCheckboxes, loading, localStorageName, nestedDataKey, nestedRowProps, removeFilters, shortListLoading, showGroups, sort, sortBy, stickyTableConfig, successStatus, tableHeaderProps, totalCheckboxOptions, totalRowKey, twoLineLabel, widthOffset, }: DesktopTableProps) => React.JSX.Element; export default DesktopTable;