import React from 'react'; /** * @param {object} props * @param {string} props.id - Power BI report code * @param {Record} [props.reportParameters] - Report parameters appended to the embed URL * @param {boolean} [props.pbiReportForUnity=false] - When true, resolves report access through the Unity TenantService endpoint instead of the product API */ export declare const PowerBIReport: (props: { id: string; reportParameters?: Record; pbiReportForUnity?: boolean; }) => React.JSX.Element; //# sourceMappingURL=PowerBIReport.d.ts.map