/// import { TextValue } from "@easyv/dtable-types/output/Cell"; declare type Props = ClassNameAndStyle & { value: TextValue; }; declare function MultilineText({ value, className, style }: Props): JSX.Element | null; export default MultilineText;