/** @packageDocumentation * @module ContentView */ import type { ContentLayoutProps } from "./ContentLayoutProps.js"; /** * Class that define Standard Content Layouts that can be used to specify how the content is arranged in a frontstage. * @public */ export declare class StandardContentLayouts { static readonly singleView: ContentLayoutProps; static readonly fourQuadrants: ContentLayoutProps; static readonly twoVerticalSplit: ContentLayoutProps; static readonly twoHorizontalSplit: ContentLayoutProps; static readonly threeViewsTwoOnLeft: ContentLayoutProps; static readonly threeViewsTwoOnRight: ContentLayoutProps; static readonly threeViewsTwoOnBottom: ContentLayoutProps; static readonly threeViewsTwoOnTop: ContentLayoutProps; static readonly availableLayouts: ContentLayoutProps[]; } //# sourceMappingURL=StandardContentLayouts.d.ts.map