/// export declare type CustomerPropertyValueProps = { children: string | undefined | null; }; export declare function CustomerPropertyValue({ children: customer_id }: CustomerPropertyValueProps): JSX.Element;