import React from 'react'; declare const Container: React.FC<{ children: any; }>; export default Container; //# sourceMappingURL=Container.d.ts.map