import './TableWithAccordion.scss'; import '../../../index.scss'; import { TableProps } from './types'; declare const TableWithAccordion: ({ highlightText, tableMeta, tableData, accordionType, noDataContent, height, withFixedHeader, headerType, TableAccordionStateIconWidth, TableAccordionStateIconHeight, }: TableProps) => import("react/jsx-runtime").JSX.Element; export default TableWithAccordion;