import { CommonLayoutSettings } from './commonLayoutSettings'; export interface ILayoutSettings { commonSettings: CommonLayoutSettings; }