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