import { ReactNode } from 'react'; export declare function GreyTextCell(props: { value: ReactNode; }): import("react/jsx-runtime").JSX.Element;