/**
 * @description menu entry
 * @author CodePencil
 */
import FormatPainter from './FormatPainter';
export declare const formatPainterConf: {
    key: string;
    factory(): FormatPainter;
};
