import './Table.scss'; import { TableProps } from './Types'; declare const Table: ({ data, columns, headerType, withFixedHeader, borderWithRadius, height, className, }: TableProps) => import("react/jsx-runtime").JSX.Element | null; export default Table;