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