import React from "react";
import "./styles.scoped.less";
export declare const Container: React.FC;
export declare const withContainer: (Target: any) => (props: any) => JSX.Element;
