import { LayoutType } from '../interfaces/types';
declare type Options = {
    targetId: string;
    layouts: LayoutType;
    moved: LayoutType;
    position?: string;
};
export declare function insertLayout(options: Options): LayoutType;
export {};
