export declare class DisplaySupportVO {
    isSupportMirrorToDisplay: boolean;
    isSupportMirrorToController: boolean;
    isSupportDisplayRemote: boolean;
    isSupportDisplayScreenCapture: boolean;
    isSupportDisplayAppInstall: boolean;
    isSupportShareImageToDisplay: boolean;
    isSupportShareVideoToDisplay: boolean;
    isSupportShareDocumentToDisplay: boolean;
    majorVersion: number;
    minorVersion: number;
    constructor();
    equals(o: any): boolean;
    toString(): string;
    static copy(vo: DisplaySupportVO): DisplaySupportVO;
}
//# sourceMappingURL=DisplaySupportVO.d.ts.map