import { ObjectTranslate } from "formgen-react/dist/objects/ObjectTranslate"; import { ListConfig } from "./ListConfig"; /** * Definition for the a SharePoint List */ export declare class List { Key: string; ListConfig: ListConfig; ConfigTranslation?: ObjectTranslate; }