import React from 'react';
declare const Container: {
    (): React.JSX.Element;
    displayName: string;
};
export default Container;
