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