/// export declare type ChargePropertyValueProps = { children: string | null | undefined; }; export declare function ChargePropertyValue({ children: charge_id }: ChargePropertyValueProps): JSX.Element;