import { SidebarStyles } from './sidebar.css'; import * as React from 'react'; type SidebarProps = React.ComponentProps<'div'> & { collapsible?: 'offcanvas' | 'icon' | 'none'; } & SidebarStyles; export declare const Sidebar: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const SidebarTrigger: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export declare const SidebarRail: React.ForwardRefExoticComponent, HTMLButtonElement>, "ref"> & React.RefAttributes>; export declare const SidebarInset: React.ForwardRefExoticComponent, HTMLElement>, "ref"> & React.RefAttributes>; export declare const SidebarInput: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export {}; //# sourceMappingURL=sidebar-main.d.ts.map