import { ActionBehavior } from '@zcomponent/core'; /** * Use in conjunction with the UserPlacementAnchorGroup to end user placement mode. * * @zbehavior * @zicon location_off * @zgroup AR Actions */ export declare class StopUserPlacement extends ActionBehavior { perform(): void; }