/** @packageDocumentation * @module Properties */ import * as React from "react"; import { TableSpecificValueRendererProps } from "./NonPrimitiveValueRenderer"; /** A react component which renders array property value as a button with text * @public */ export declare class TableArrayValueRenderer extends React.PureComponent { private getButtonLabel; private getDialogContents; /** @internal */ render(): JSX.Element; } //# sourceMappingURL=ArrayValueRenderer.d.ts.map