import { BlockComponent } from '../../types/block-registry.js'; import 'react'; declare const TextBlock: BlockComponent; export { TextBlock };