import { IAdaptableBlotter } from '../Interface/IAdaptableBlotter'; export declare class StyleService { private blotter; private style; constructor(blotter: IAdaptableBlotter); private setUpFirstUsage; private setUpFormatColumn; private setUpFlashingCells; private setUpConditionalStyle; /** * this method is still not great but its better than the old version at least as it uses the new ever On... from the Store which is better * this class is still not perfect as we still delete and recreate all styles every time we create a conditional style, format column or flashing cell * but actually that is not the end of the world as it doenst happen so often and at least we are not doing it when quick search is applied. */ private createAdaptableBlotterFunctionStyles; private clearCSSRules; private addCSSRule; private setUpStoreListeners; }