import React from 'react'; import { EditorStoreType } from '../store/editor'; import { EditorManager } from '../manager'; import { EditorNodeType } from '../store/node'; export declare const AddBTNSvg = "\n\n \n \n \n\n"; export interface HighlightBoxProps { store: EditorStoreType; node: EditorNodeType; name: string; id: string; className?: string; title: string; preferTag?: string; manager: EditorManager; isOnlyChildRegion: boolean; } declare const _default: (props: HighlightBoxProps) => React.JSX.Element; export default _default;