import { BmbyEntity } from "./BmbyEntity"; export declare class DisplayListItem extends BmbyEntity { constructor(label: string, value: string); label: string; value: string; }