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