import { Layout } from '../../types/layout.type';
export declare const getLayout: (baseLayout: Layout) => Layout;
