/// import type { BaseProps } from '@toptal/picasso-shared'; import type { ASTType } from './types'; export interface Props extends BaseProps { /** * [hast](https://github.com/syntax-tree/hast) format */ value: ASTType; } export declare const RichText: ({ value, style, className, "data-testid": dataTestId, }: Props) => JSX.Element; export default RichText; //# sourceMappingURL=RichText.d.ts.map