import type { IconButtonProps } from '../Button/IconButton'; export type SidebarActionProps = IconButtonProps; declare const SidebarAction: 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 SidebarAction; //# sourceMappingURL=SidebarAction.d.ts.map