import { LayoutType } from '../interfaces/types';
export declare function removeLayout(layouts: LayoutType, id: string): LayoutType;
