import { type SymbolsElement } from '../store/Symbols'; import { type TagType } from '../store/Types'; export declare const Arrow: { (props: SymbolsElement): null; displayName: string; };