import { types } from "typestyle"; export declare const HeaderStyles: { top?: types.NestedCSSProperties; logoWrapper?: types.NestedCSSProperties; bottom?: types.NestedCSSProperties; leftRightZoneBottom?: types.NestedCSSProperties; middleZoneBottom?: types.NestedCSSProperties; userMenuWrapper?: types.NestedCSSProperties; annoucementWrapper?: types.NestedCSSProperties; annoucementInsider?: types.NestedCSSProperties; searchBtnContainer?: types.NestedCSSProperties; searchBoxContainer?: types.NestedCSSProperties; searchBoxContainerMobile?: types.NestedCSSProperties; onSrollDown?: types.NestedCSSProperties; onSrollUp?: types.NestedCSSProperties; bottomContainer?: types.NestedCSSProperties; }; export declare const CompactHeaderStyles: { container: types.NestedCSSProperties; logoWrapper: types.NestedCSSProperties; }; export declare const SlideRendererStyles: { wrapper: (backgroundColor: string, color: string) => types.NestedCSSProperties; header: (backgroundColor: string, color: string) => types.NestedCSSProperties; body: (backgroundColor: string, color: string) => types.NestedCSSProperties; };