import type { ChildData } from '../types'; type Params = { childrenData: Array; }; export declare function doesNotContainChildren({ childrenData }: Params): boolean; export {}; //# sourceMappingURL=doesNotContainChildren.d.ts.map