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