export declare function createSidebar(
  dynamicComponents: DynamicComponents,
  editable: boolean | null
): void;
