import { app_psnl_menu_template_sharing_by_tenant_link_RowInterface } from "../../dbschema/app_psnl_menu_template_sharing_by_tenant_link.model"; import { BaseContainerModel } from "../base-container.model"; export declare class PersonalMenuTemplateSharingByTenantLinkContainer extends BaseContainerModel { app_psnl_menu_template_sharing_by_tenant_link: app_psnl_menu_template_sharing_by_tenant_link_RowInterface; }