/**
 * 2024-09-07:  Migrated from the same folder in fps-library-v2/banner/features/interfaces/MinWP/...
 */
import { ISupportedHost } from "../../../types/@msft/1.15.2/layout";
import { IWebpartHistory } from "../../features/WebPartHistory/Interface";
export interface IMinBannerUtilityProps {
    uniqueId: string;
    pageLayout: ISupportedHost;
    analyticsListX: string;
    showRepoLinks: boolean;
    showExport: boolean;
    fpsImportProps: string;
    webpartHistory: IWebpartHistory;
    showTricks: boolean;
    propsEasyMode: boolean;
}
export declare const changeBannerUtility: string[];
//# sourceMappingURL=IMinBannerUtilityProps.d.ts.map