import type { OAProperty } from '../parser/getSchemaUi';
export declare function getSchemaUiXml(uiProperties: OAProperty[] | OAProperty, useExample?: boolean): any;
