import * as React from 'react'; /** * Tests if children are nil in React and Preact. * * @param children - The children prop of a component. */ export declare const childrenExist: (children: React.ReactNode) => boolean;