/**
 * CodeAnalizerComment: Updated 1 imports on 2024-09-22 14:49:52
 * Update:: import { IMinWPBannerProps } to '@mikezimm/fps-core-v7/lib/banner/interfaces/MinWP/IMinWPBannerProps;'

 */
/**
 * CodeAnalizerComment: Updated 2 imports on 2024-09-21 23:07:24
 * Update:: import { DisplayMode } to '@mikezimm/fps-core-v7/lib/types/@msft/1.15.2/displayMode;'
 * Update:: import { IMinWPBannerProps } to '@mikezimm/fps-core-v7/lib/banner/interfaces/MinWP/IMinWPBannerProps;'

 */
import { DisplayMode } from "@mikezimm/fps-core-v7/lib/types/@msft/1.15.2/displayMode";
import { IMinWPBannerProps } from "@mikezimm/fps-core-v7/lib/banner/interfaces/MinWP/IMinWPBannerProps";
interface IRenderCustomStyles {
    wpInstanceID: any;
    fpsid: string;
    domElement: HTMLElement;
    wpProps: IMinWPBannerProps;
    displayMode: DisplayMode;
    doHeadings: boolean;
}
/**
 * renderCustomStyles is intended for one-time style changes during onInit.  Not dynamic changes
 * NOT for things like PinMe or Expando which the user changes on the fly
 *
 * @param wpInstanceID
 * @param domElement
 * @param wpProps
//  * @param fpsPageDone   // Deprecating - No longer needed with more modern styling options in updateSectionStyles.
//  * @param fpsPageArray  // Deprecating - No longer needed with more modern styling options in updateSectionStyles.
 * @param displayMode
//  * @param minHideToolbar //Should not be needed, using web part props for value and local function for url param
//  * @param hideToolbar  //Should not be needed, using web part props for value and local function for url
 * @param doHeadings
 */
export declare function renderCustomStyles(sty: IRenderCustomStyles): void;
export {};
//# sourceMappingURL=renderCustStyles.d.ts.map