import * as React from "react"; import { BeeTableProps } from "../../api"; import "../../expressions/ExpressionDefinitionRoot/ExpressionDefinitionRoot.css"; export declare function StandaloneBeeTable(props: BeeTableProps & { scrollableParentRef: React.RefObject; }): JSX.Element; //# sourceMappingURL=StandaloneBeeTable.d.ts.map