import type { ReactElement } from "react"; export declare function render(input: ReactElement): { is: (element: string) => boolean; prop: (name: string) => unknown; text: () => string; };