/**
 * 2024-09-07:  Migrated from the same folder in fps-library-v2/banner/features/interfaces/MinWP/...
 */
import { IEveryoneAudience, IPageEditorAudience } from "../../../types/fps-common/AudienceInterfaces";
export interface IMinBannerUIProps {
    showBanner: boolean;
    showBannerGear: boolean;
    showGoToHome: boolean;
    showGoToParent: boolean;
    homeParentGearAudience: IEveryoneAudience;
    bannerTitle: string;
    infoElementChoice: string;
    infoElementText: string;
    feedbackEmail: string;
    beAUserAudience: IPageEditorAudience;
}
export declare const changeBannerNav: string[];
export declare const changeBannerBasics: string[];
//# sourceMappingURL=IMinBannerUIProps.d.ts.map