/**
 * TODO:
 *
 * [ ] Have better feedback when JSON.parse throws error
 */
declare type Props = {
    keys: string;
    value: string;
};
export declare const SingleProperty: ({ keys, value }: Props) => JSX.Element;
export {};
//# sourceMappingURL=singleProperty.d.ts.map