export * from './Button'; export * from './ButtonBase'; export * from './IconButton'; export declare const ButtonThemeComponents: { MuiIconButton: { defaultProps?: Partial | undefined; styleOverrides?: Partial> | undefined; variants?: { props: Partial | ((props: Partial & { ownerState: Partial; }) => boolean); style: import("@mui/system").Interpolation<{ theme: import("../../styles").Theme; }>; }[] | undefined; } | undefined; };