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