export { DEFAULT_VIS_TEXT_CONFIG } from './config'; export type { VisTextProps } from './types'; export { default as VisText } from './VisText';