import type { Keys as Icons } from '@rocket.chat/icons'; import type { HTMLAttributes } from 'react'; export declare const SidebarItemAction: ({ children, className, icon, ...props }: { onClick: (e: Event) => void; icon?: Icons; } & HTMLAttributes) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SidebarItemAction.d.ts.map