import type { RunTimeLayoutConfig } from './types'; export interface IRuntimeConfig { layout?: RunTimeLayoutConfig; }