import { FaceConfig, Overrides } from "./common.js";
/**
 * Renders the given face in a pseudo DOM element and then returns the
 * SVG image as an XML string.
 */
export declare const faceToSvgString: (face: FaceConfig, overrides?: Overrides) => string;
