import React from 'react'; import './index.scss'; interface IProps { style?: Record; className?: string; maxWidth?: boolean; } declare const Container: React.FC; export { Container };