import { JSXElement } from "estree-jsx"; /** Checks whether children is empty (no children or only whitespaces) */ export declare function childrenIsEmpty(children: JSXElement["children"]): boolean; //# sourceMappingURL=childrenIsEmpty.d.ts.map