import { BaseContainerModel } from "../base-container.model"; import { bl_mkp_seller_store_layout_instance_hdr_RowInterface } from "../../dbschema/index"; export declare class MkpLayoutInstanceContainerModel extends BaseContainerModel { bl_mkp_seller_store_layout_instance_hdr: bl_mkp_seller_store_layout_instance_hdr_RowInterface; }