export interface IParseReactElementsAndTextProps {
  readonly dontMergeComponent: boolean;
}
