import React from 'react'; export declare type IdPropertyValueProps = { children: React.ReactNode; }; export declare function IdPropertyValue({ children }: IdPropertyValueProps): JSX.Element;