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