import * as React from 'react'; export declare class ChildWrapper { readonly props: P; readonly type: any; constructor(props: P, type: any); create(): T; } export declare function filterChildrenProps(children: React.ReactNode, clazz: any): ChildWrapper[]; //# sourceMappingURL=utils.d.ts.map