import { SidebarProps } from "./types.js"; import React from "react"; //#region src/layout/sidebar.d.ts declare const Sidebar: React.ForwardRefExoticComponent>; //#endregion export { Sidebar }; //# sourceMappingURL=sidebar.d.ts.map