interface SidebarActionsProps { open: boolean; handleLogOut?: () => void; } /** * Logout row at the bottom of the sidebar; Tooltip when collapsed. */ export declare function SidebarActions({ open, handleLogOut }: SidebarActionsProps): import("react/jsx-runtime").JSX.Element; export declare namespace SidebarActions { var displayName: string; } export {}; //# sourceMappingURL=SidebarActions.d.ts.map