/** @jsxRuntime classic */ /** @jsx jsx */ import { jsx } from '@keystone-ui/core'; import { type LinkProps } from "../router.js"; /** * This is the component you should use when linking a Cell to an item (i.e when the Cell supports * the linkTo prop) */ export declare const CellLink: (props: LinkProps) => jsx.JSX.Element; //# sourceMappingURL=CellLink.d.ts.map