import { KeyValueTableWidget } from "./KeyValueTableWidget";
/**
 * A widget that displays key-value pairs in a table format.
 *
 * @deprecated Use {@link KeyValueTableWidget} instead. This class will be removed in the next major version.
 */
export declare class KeyValueTableWidgetV2 extends KeyValueTableWidget {
}
