import type { IRectGraphicAttribute } from './../../vrender'; import type { Scenegraph } from '../scenegraph'; export declare function temporarilyUpdateSelectRectStyle(rectAttribute: IRectGraphicAttribute, scene: Scenegraph): void;