import { View } from './View';
export declare class PowerBI extends View {
readonly accessToken: string;
readonly embedId: string;
readonly embedType: string;
readonly embedUrl: string;
readonly permissions: string;
readonly tokenType: string;
readonly logger: {};
}