import { Layout } from '../../models/layout.model'; export declare class LayoutService { getLayout(name: string): Layout; }