import { SideNavProps } from "./type.mjs";
import * as react3 from "react";

//#region src/SideNav/SideNav.d.ts
declare const SideNav: react3.NamedExoticComponent<SideNavProps>;
//#endregion
export { SideNav };
//# sourceMappingURL=SideNav.d.mts.map