import React from 'react'; import { FontEditorElement } from '@breadstone/mosaik-elements-foundation'; /** * @public */ export declare const FontEditor: import("../../../../Utils/Proxy").ReactWebComponent; declare global { namespace JSX { interface IntrinsicElements { 'mosaik-font-editor': React.DetailedHTMLProps, FontEditorElement> | Partial; } } } //# sourceMappingURL=FontEditorComponent.d.ts.map