import type { IconButtonProps } from '../Button/IconButton'; import type { ButtonGroupProps } from '../ButtonGroup'; export type SidebarActionsProps = ButtonGroupProps; export declare const SidebarActions: import("react").ForwardRefExoticComponent<{ align?: "start" | "center" | "end"; stretch?: boolean; wrap?: boolean; vertical?: boolean; small?: boolean; large?: boolean; } & import("react").HTMLAttributes & import("react").RefAttributes>; export type SidebarActionProps = IconButtonProps; export 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>; //# sourceMappingURL=SidebarActions.d.ts.map