import { ViewerPickedResultType } from "vtxf-xe2/dist-node/xe2/ProjectManager/ViewerPicking"; export declare type MySceneObjectPickedResultType = ViewerPickedResultType & { symbol?: Symbol; hoveredProps?: [string, string][]; clickedProps?: [string, string][]; windowPos?: [number, number]; };