export declare class File360TourHotSpotModel {
    guid: string;
    pitch: number;
    yaw: number;
    type: string;
    text: string;
    sceneId: string;
    targetYaw: number;
    targetPitch: number;
    url: string;
}
