/// export declare type ProductPropertyValueProps = { children: string | null | undefined; }; export declare function ProductPropertyValue({ children: product_id }: ProductPropertyValueProps): JSX.Element;