import { default as React } from 'react'; import { SidebarWorkspaceCardProps } from '../../types'; /** * “Mesa de trabajo” surface for the sidebar rail (Figma Sidebar-Menu `_Storage Usage Widget`): * gradient fill, dashed border, section label, icon + primary line + badge, divider, text CTAs. * Icon + headline sit on one marquee track (vertically centered vs. badge); hover scrolls icon + title together (see `ui-sidebar-workspace-marquee-*` in shared styles). */ export declare const SidebarWorkspaceCard: React.FC; //# sourceMappingURL=SidebarWorkspaceCard.d.ts.map