import { DLayout, DLayoutOptions, DThemeLayout } from "./d-layout"; export interface DLayoutVerticalOptions extends DLayoutOptions { } export interface DThemeLayoutVertical extends DThemeLayout { } export declare class DLayoutVertical = DLayoutVerticalOptions> extends DLayout { protected getType(): string; }