/**
 * 2024-09-07:  Migrated from the same folder in fps-library-v2/banner/features/interfaces/Theme/...
 */
export interface IMinBannerThemeProps {
    bannerStyleChoice: string;
    bannerStyle: string;
    bannerCmdStyle: string;
    lockStyles: boolean;
    bannerHoverEffect: boolean;
    bannerPillShape: boolean;
}
export declare const changeBannerTheme: string[];
//# sourceMappingURL=Interfaces.d.ts.map