import { VerticalLayout, NoPreviewLayout, HorizontalLayout, TabbedLayout } from "./components-layout"; declare class LayoutMap { vertical: typeof VerticalLayout; noPreview: typeof NoPreviewLayout; horizontal: typeof HorizontalLayout; tabbed: typeof TabbedLayout; } declare const layoutMap: LayoutMap; export { LayoutMap, layoutMap };