import React, { SVGAttributes } from 'react'; export interface EditorXLogoProps extends SVGAttributes { height?: string | number; } export declare const EditorXLogo: React.NamedExoticComponent; //# sourceMappingURL=EditorXLogo.d.ts.map