import { IWPList, IWPListProps } from "../types";
/**
 * List WebPart
 */
export declare const WPList: (props: IWPListProps) => IWPList;
