import { ContentBlockNode } from 'types'; export declare const hasText: (block: ContentBlockNode) => boolean;