import { FC } from 'react'; type Props = { id: string; header?: string; subHeader?: string; }; export declare const PowerBIReportInfo: FC; export default PowerBIReportInfo;