import type { FormControl } from '../core/types.js'; export declare function buildCtrlPropXml(ctrl: FormControl): string; export declare function buildFormControlVmlShape(ctrl: FormControl, shapeId: number): string; export declare function buildVmlWithControls(commentShapes: string[], controlShapes: string[]): string;