import React from 'react'; /** Extend a view with a `children` filter that asserts more helpful warnings/errors. */ export declare function createDevView>(View: TView): ({ children, ...props }: any) => React.JSX.Element; //# sourceMappingURL=createDevView.d.ts.map