import { types } from "typestyle"; export declare const TeamworkNavigationStyles: { hiddenOverflow?: types.NestedCSSProperties; overflowDialog?: types.NestedCSSProperties; buttonOutline?: types.NestedCSSProperties; createSiteHeading?: types.NestedCSSProperties; footerWrapper?: types.NestedCSSProperties; bodyCreateFormWrapper?: types.NestedCSSProperties; listItemsWapper?: (otherElementHeight: number) => types.NestedCSSProperties; tabSlide?: types.NestedCSSProperties; dialogCenterStyles?: types.NestedCSSProperties; dialogBodyWrapper?: types.NestedCSSProperties; }; export declare const TeamworkNavigationSettingStyles: { tabLine?: (firstLine: boolean) => types.NestedCSSProperties; }; export declare const TeamworkNavigationActionHandlerSettingStyles: { tabLine?: (firstLine: boolean) => types.NestedCSSProperties; };