import React from 'react'; import { Props as RndProps } from 'react-rnd'; declare const FakeBrowserWithWrapper: React.FC<{ rndProps?: RndProps; }>; export default FakeBrowserWithWrapper; //# sourceMappingURL=WithWrapper.d.ts.map