/** * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @format */ export declare function display(args: { componentName: string; posX: number; posY: number; props?: object; }): Promise;