import * as t from '@babel/types'; /** * Given a child from JsxChildren array validate it is Exclude */ export declare function validateChildrenElement(child: t.Expression | t.SpreadElement | null): child is Exclude; //# sourceMappingURL=validateChildrenElement.d.ts.map