import { ComponentProps } from 'react'; import { Flex } from '../flex'; /** * Free-form slot at the top of the sidebar — an avatar, a workspace switcher, * a search box, whatever the header needs to hold. Because its content is * arbitrary, it isn't hidden automatically when the sidebar collapses; add * `data-collapse-hidden` to any child that should disappear on collapse * (e.g. a title next to a leading icon). */ export declare function SidebarHeader({ className, ...props }: ComponentProps): import("react/jsx-runtime").JSX.Element; export declare namespace SidebarHeader { var displayName: string; } //# sourceMappingURL=sidebar-header.d.ts.map