/** * 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. */ export declare const StyledContainer: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledTextField: import("@emotion/styled").StyledComponent<{ variant?: import("@mui/material/TextField").TextFieldVariants | undefined; } & Omit & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const StyledMenuItem: import("@emotion/styled").StyledComponent & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLLIElement>, "children" | "classes" | "className" | "style" | "sx" | "autoFocus" | "tabIndex" | "action" | "disabled" | "selected" | "LinkComponent" | "dense" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps & { component?: React.ElementType; } & { isSelected: boolean; }, {}, {}>; //# sourceMappingURL=styles.d.ts.map