import type { HTMLStyleProps } from '@antv/g'; import type { DisplayObject } from '../shapes'; import type { ExtendDisplayObject } from '../types'; export declare function renderExtDo(el: ExtendDisplayObject): DisplayObject; export declare function renderHtmlExtDo(el: ExtendDisplayObject, style: Partial): DisplayObject;