import { FASTElement } from "@microsoft/fast-element"; type OrientationNames = { horizontal: string; vertical: string; }; export declare class enmeddKeyValuePair extends FASTElement { orientation: keyof OrientationNames; } export declare const EnmeddKeyValuePair: import("@microsoft/fast-react-wrapper").ReactWrapper; export {}; //# sourceMappingURL=keyValuePair.d.ts.map