import React from 'react';
import { TableProps } from './types';
export declare function Table({ mediaQueryLG, columns, csvConfig, fetchFunc, emptyMsg, dataPath, tableName, columnSize, action, useKC, itemCount, expandTextMaxLength, collapsedSize, customMargin, customMarginMobile, filtersFunc, filters, orderBy, customErrorMsg, customTableStyle, id, initialData, isExpandable, alwaysExpanded, }: TableProps): JSX.Element;
declare const _default: React.MemoExoticComponent<typeof Table>;
export default _default;
