import { Separator as SeparatorPrimitive } from 'radix-ui'; import * as React from 'react'; export declare const SidebarHeader: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; export declare const SidebarFooter: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; export declare const SidebarSeparator: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export declare const SidebarContent: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; export declare const SidebarGroup: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; export declare const SidebarGroupLabel: React.ForwardRefExoticComponent & React.HTMLAttributes & { asChild?: boolean; }, "ref"> & React.RefAttributes>; export declare const SidebarGroupAction: React.ForwardRefExoticComponent & React.ButtonHTMLAttributes & { asChild?: boolean; }, "ref"> & React.RefAttributes>; export declare const SidebarGroupContent: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; //# sourceMappingURL=sidebar-layout.d.ts.map