import React from 'react'; import type { LayoutsControl } from './types'; interface SidebarProps { layoutControls: LayoutsControl; } export declare function Sidebar({ layoutControls }: SidebarProps): React.JSX.Element; export {}; //# sourceMappingURL=Sidebar.d.ts.map