import { types } from "typestyle"; export declare const WorkplaceSharedStyles: { staticLink: (bgColor: string, color: string) => types.NestedCSSProperties; staticLinkActived: (bgColor: string, color: string) => types.NestedCSSProperties; activeOutline?: types.NestedCSSProperties; };