import type { IconButtonOwnProps } from "@mui/material/IconButton"; import type { BaseProps } from "@stratakit/foundations/secret-internals"; interface MuiIconButtonProps extends BaseProps<"button">, Pick { } declare const MuiIconButton: import("react").ForwardRefExoticComponent>; export { MuiIconButton };