import * as t from '@babel/types'; import type { NodePath } from '@babel/traverse'; /** * Given an object expression path validates and extracts children property * This is only for use as children of components */ export declare function validateChildrenPropertyFromObjectExpression(argsPath: NodePath): { errors: string[]; value?: NodePath; }; //# sourceMappingURL=validateChildrenFromObjectExpression.d.ts.map