///
import { DefaultRenderLeafProps } from "../../common/type";
import { OnlyBrainEditorProps } from "../../App";
import './Tag.less';
interface TagElementProps extends DefaultRenderLeafProps, Pick {
}
export declare function TagElement(props: TagElementProps): JSX.Element;
export {};