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