/** * 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 StyledIconButton: import("@emotion/styled").StyledComponent & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLButtonElement>, "children" | "classes" | "className" | "style" | "sx" | "tabIndex" | "color" | "action" | "disabled" | "loading" | "size" | "LinkComponent" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "edge"> & import("@mui/system").MUIStyledCommonProps & { component?: React.ElementType; } & { $isHidden: boolean; }, {}, {}>; //# sourceMappingURL=styles.d.ts.map