/// export declare type PayoutPropertyValueProps = { children: string | null | undefined; }; export declare function PayoutPropertyValue({ children: payout_id }: PayoutPropertyValueProps): JSX.Element;