import { AnchorHTMLAttributes, type HTMLAttributes } from 'react'; export * from './chatMessage'; export * from './customStylish'; export * from './customToken'; export * from './llm'; export * from './meta'; export type DivProps = HTMLAttributes; export type VideoProps = HTMLAttributes; export type SvgProps = HTMLAttributes; export type ImgProps = HTMLAttributes; export type AProps = AnchorHTMLAttributes; export type InputProps = HTMLAttributes; export type TextAreaProps = HTMLAttributes;