import React from 'react'; /** Extend a view with a `children` filter that asserts more helpful warnings/errors. */ export declare function createDevView>(View: TView): React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=createDevView.d.ts.map