import * as React from "react"; import {_97a34b151010442Props} from "../dev/comments.pc"; type TextProps = { text?: string; } & React.HTMLAttributes; type ElementProps = { ref?: any; } & React.HTMLAttributes;