import * as React from 'react';
export declare const ChildrenWithProp: (children: any, props: any) => React.ReactElement<any>[];
