export type ElementsRecord = { PrimKey: string; ProjectID: string; ProjectName: string; ElementID: string | null; Name: string | null; }; export declare const dsElements: import("@olenbetong/appframe-data").DataObject;