import React from "react"; import { SidebarProviderProps } from "./types"; declare const SidebarContext: React.Context; declare function SidebarProvider({ children, config, }: SidebarProviderProps): JSX.Element; export { SidebarProvider, SidebarContext }; //# sourceMappingURL=index.d.ts.map