/**
 * CodeAnalizerComment: Updated 1 imports on 2024-09-22 02:56:43
 * Update:: import { changePageStyle } to '@mikezimm/fps-core-v7/lib/banner/features/PageStyle/Interfaces;'

 */
import { IMinWPBannerProps } from '../../interfaces/MinWP/IMinWPBannerProps';
/**
 * This will create total export object for the panel in order of:
 *   'Start items that are always there'
 *   Then adding wpAnalyticsChanges and wpPanelChanges if usage === Panel
 *   Followed by: exportFPSAnalytics and exportFPSPanel if usage === Panel
 *
 * @param wpProps
 * @param wpInstanceID
 * @param currentWeb
 * @param wpAnalyticsChanges
 * @param wpPanelChanges
 * @returns
 */
export declare function buildExportPropsX(usage: 'Panel' | 'Analytics', wpProps: IMinWPBannerProps, wpInstanceID: string, currentWeb: string, wpAnalyticsChanges: any, wpPanelChanges: any, importBlockPropsWP: any, _FPSId: string): any;
//# sourceMappingURL=BuildExportPropsX.d.ts.map