import { types } from "typestyle"; export declare const MyTeamCollaborationStyles: { socialIcon?: types.NestedCSSProperties; siteIcon?: types.NestedCSSProperties; followIcon?: types.NestedCSSProperties; siteTitle?: types.NestedCSSProperties; textBoxContainer?: (backgroundColor: string) => types.NestedCSSProperties; bodyCreateFormWrapper?: types.NestedCSSProperties; wrapper?: (primary: string, light: string) => types.NestedCSSProperties; resultWrapper?: types.NestedCSSProperties; clickable?: types.NestedCSSProperties; hasNotFollowedSite?: types.NestedCSSProperties; footerWrapper?: (dialog: boolean) => types.NestedCSSProperties; color?: types.NestedCSSProperties; createSiteHeading?: types.NestedCSSProperties; li?: types.NestedCSSProperties; buttonOutline?: types.NestedCSSProperties; }; export declare const MyTeamCollaborationCategoryStyles: { listItemsWapper?: (otherElementHeight: number) => types.NestedCSSProperties; };