import React from "react"; import type ContainerProps from "../private/types/ContainerProps"; declare const Container: ({ orientation, isXLarge, dir, backgroundColor, isError, children, }: ContainerProps) => React.JSX.Element; export default Container; //# sourceMappingURL=Container.d.ts.map