import { type SymbolsElement } from '../store/Symbols';
import { type TagType } from '../store/Types';
export declare const BraceRight: {
    <K extends TagType = "span">(props: SymbolsElement<K>): null;
    displayName: string;
};
