import type { OmitInternalProps } from '@toptal/picasso-shared'; import type { Props } from './RichText'; export { default } from './RichText'; export declare type RichTextProps = OmitInternalProps; export type { ASTType } from './types'; //# sourceMappingURL=index.d.ts.map