/** * Copyright (c) ACT, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ interface ContainerType { height?: number; maxHeight?: number | string; width?: number | string; } export declare const StyledContainer: import("@emotion/styled").StyledComponent & ContainerType, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledResponsiveContainer: import("@emotion/styled").StyledComponent & import("@mui/system").MUIStyledCommonProps, {}, {}>; export {}; //# sourceMappingURL=styles.d.ts.map