import React from 'react'; import { ContainerType } from './propsType'; declare const Container: React.FC; export default Container;