/// <reference types="xrm" />
export declare class PanelMock implements Xrm.Panel {
    loadPanel(url: string, title: string): void;
}
