import { Cell, Field } from '../data_tree'; export declare function renderLink(f: Field, data: Cell): import("solid-js").JSX.Element | "∅";