export default function AltFormatter({ value, refString, }: { value: string; refString: string; }): string | import("react/jsx-runtime").JSX.Element;