import { IFPSTileElementExtras, IFPSTileElementProps } from "../components/FPSTile/IFPSTileElementProps";
import { IFpsTileComponentWPProps } from "../webPart/IFpsTileComponentWPProps";
/**
 * Use this in the MainWebPart Render to build eleProps object
 * @param wpProps
 * @returns
 */
export declare function buildFPSTileEleWPProps(wpProps: IFpsTileComponentWPProps): IFPSTileElementProps;
/**
 * Use this in the MainWebPart Render to build eleExtras object
 * @param wpProps
 * @returns
 */
export declare function buildFPSTileEleWPExtras(wpProps: IFpsTileComponentWPProps): IFPSTileElementExtras;
//# sourceMappingURL=packageWPPropsExtras.d.ts.map