import type { CellContext } from "../solidTable";
export declare function FormTableCell<T, D>(props: CellContext<T, D>): import("solid-js").JSX.Element;
