import { type JSXElementConstructor, type ReactElement } from "react";
export declare function isType(child: ReactElement<unknown, string | JSXElementConstructor<any>>, type: any): boolean;
//# sourceMappingURL=utils.d.mts.map