/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * @hidden */ declare function hasParent(element: any, parent: any): boolean; /** * @hidden */ declare function validateChildren

(props: P, propName: string, componentName: string, childType: React.FunctionComponent): Error | null; export { hasParent, validateChildren };