import * as React from "react"; /** * This component is based on the `div` element and supports all of its props */ declare const Container: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; export { Container }; //# sourceMappingURL=container.d.ts.map