import type { TableProps } from "antd"; import "./rapid-table-style.css"; declare const VirtualTable: (props: TableProps & { rowHeight?: number; }) => import("react/jsx-runtime").JSX.Element; export default VirtualTable;