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