/// <reference types="react" />
import type { LayoutSidebarProps } from '../type';
export declare const LayoutSidebar: import("react").NamedExoticComponent<LayoutSidebarProps>;
export default LayoutSidebar;
