///
export declare type Props = {
variant?: "standard" | "contained";
};
export declare const IconButton: import("@emotion/styled").StyledComponent & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes> & {
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined;
}, "classes" | "className" | "style" | "children" | "color" | "disabled" | "size" | "sx" | "tabIndex" | "action" | "loading" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "loadingIndicator"> & import("@mui/system").MUIStyledCommonProps & Props, {}, {}>;