import { ReactNode } from 'react'; export declare function replaceWrappingSymbol(text: string): ReactNode; export declare function encodeAttribute(text?: string): string;