import { TableCellComponentProps } from '../../../../shared/types/table'; export declare const LinkCell: ({ value, row, column, state, className, onCellFocus, stickyLeft, isLastLocked, isRowEditing, hasColumnMaxWidthAuto, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=LinkCell.d.ts.map