import type { TextComponent } from '../../../types/index.js'; declare const Text: ({ data: { value: text } }: TextComponent) => JSX.Element; export default Text;