/// <reference types="react" />
/**
 * NOTE:  In npmFunctions, RegexXMLOpenProp was in this location.
 * import { RegexXMLOpenProp } from '../Services/Regex/constants';
 *
 * Since the file only had a couple constants, I just brought it in here for easy of use
 * NOTE that rest of Strings functions went into fps-JS
 */
export declare const RegexXMLOpenProp: RegExp;
export declare function buildMLineDiv(indent: number, element: string | JSX.Element): JSX.Element;
export declare function getArrayOfXMLElements(thisXMLString: string): JSX.Element[];
//# sourceMappingURL=formating.d.ts.map