/// export declare type InvoicePropertyValueProps = { children: string | null | undefined; }; export declare function InvoicePropertyValue({ children: invoice_id }: InvoicePropertyValueProps): JSX.Element;