import type { ButtonGroupProps } from '../ButtonGroup'; export type SidebarActionsProps = ButtonGroupProps; 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 default SidebarActions; //# sourceMappingURL=SidebarActions.d.ts.map