import { FC } from 'react';
import { IEmbedConfiguration } from 'powerbi-client';
export type PowerBIComponentConfig = Omit<IEmbedConfiguration, 'accessToken'>;
export type PowerBIComponentProps = {
    config?: PowerBIComponentConfig;
};
export declare const PowerBIReportView: FC<PowerBIComponentProps>;
export default PowerBIReportView;
//# sourceMappingURL=PowerBIReportView.d.ts.map