import * as React from 'react'; declare type FormatPainterWrapperProps = { editor?: any; children: any; }; /** * 用于展示格式刷光标 */ export default class FormatPainterWrapper extends React.Component { isFormatPainterActive(): boolean; render(): React.DetailedReactHTMLElement; } export {};