1import React from 'react'; 2/** Extend a view with a `children` filter that asserts more helpful warnings/errors. */ 3export declare function createDevView<TView extends React.ComponentType<any>>(View: TView): React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<TView>>; 4//# sourceMappingURL=createDevView.d.ts.map