import { PropsWithChildren, FunctionComponent } from 'react';
import { ApiClient } from '../../types';
type Props = PropsWithChildren<{
    id: string;
    hasContext: boolean;
    reloadOnContextChange?: boolean;
    apiClient: ApiClient;
}>;
export declare const PowerBIReportProvider: FunctionComponent<Props>;
export default PowerBIReportProvider;
//# sourceMappingURL=PowerBIReportProvider.d.ts.map