/**
 * 2024-09-07:  Migrated from the same folder in fps-library-v2/banner/features/PageStyle/...
 */
export interface IMinPageStyleProps {
    quickLaunchHide: boolean;
    socialBarHide: boolean;
    allSectionMaxWidthEnable: boolean;
    allSectionMaxWidth: number;
    allSectionMarginEnable: boolean;
    allSectionMargin: number;
    toolBarHide: boolean;
}
export declare const changePageStyle: string[];
//# sourceMappingURL=Interfaces.d.ts.map