import * as React from "react";
import type { Props } from "./types";
declare const KeyValue: ({ dataTest, label, value, direction, size, icon, spacing }: Props) => React.JSX.Element;
export default KeyValue;
