/// import { PurposeCellProps } from './type'; export default function PurposeCell({ purpose, ...props }: PurposeCellProps): import("react").JSX.Element;