export declare const StyledActionButton: import("@emotion/styled").StyledComponent<{ label: string; clickHandler: () => void; styleType?: string | undefined; } & import("@mui/material").ButtonBaseOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLButtonElement>, "ref"> & { ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined; }, "style" | "className" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & { component?: import("react").ElementType | undefined; } & { theme?: import("@emotion/react").Theme | undefined; }, {}, {}>;