import { BaseEntity } from 'src/module/meta/entity/base-entity.entity'; export declare class LayoutPreference extends BaseEntity { user_id: string; mapped_json: any; mapped_entity_type: string; type: string; mapped_level_id: string; mapped_level_type: string; }