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