import type { ReactNode } from 'react';
export declare const isNodeWithDisplayName: (node: ReactNode, displayName: string) => boolean;
