import { CellContext } from '@tanstack/react-table'; import { FormType } from '../../../../interfaces/index.js'; export declare function FormsCell(props: CellContext & { i18n: (i18n: string) => string; }): import("react/jsx-runtime").JSX.Element;