import { IWebPart, IWebPartProps } from "../types";
/**
 * Web Part
 */
export declare const WebPart: (props: IWebPartProps) => IWebPart;
