import React from 'react';
declare const findElementInChildren: (children: React.ReactNode, element: React.ElementType) => boolean;
export default findElementInChildren;
//# sourceMappingURL=findElementInChildren.d.ts.map