import * as React from 'react'; export interface ChildrenProps> { children: React.ReactNode; defaultProps: P; } export declare const childrenWithDefaultProps: (props: ChildrenProps) => (string | number | React.ReactElement> | Iterable | React.ReactPortal)[]; //# sourceMappingURL=childrenWithDefaultProps.d.ts.map