import type { IconButtonProps } from '../../Button/IconButton'; export type MessageToolbarItemProps = IconButtonProps; declare const MessageToolbarItem: import("react").ForwardRefExoticComponent<{ icon: import("@rocket.chat/icons").Keys | import("react").ReactElement; primary?: boolean; secondary?: boolean; info?: boolean; danger?: boolean; warning?: boolean; success?: boolean; pressed?: boolean; } & { large?: boolean; medium?: boolean; small?: boolean; tiny?: boolean; mini?: boolean; } & import("../..").BoxProps & import("react").RefAttributes>; export default MessageToolbarItem; //# sourceMappingURL=MessageToolbarItem.d.ts.map