import type { SyncReactNode } from '../types';
export declare function isNotEmptyHTML(error?: SyncReactNode): (value: unknown) => SyncReactNode;
