import { types } from "typestyle"; export declare const PersonFieldDisplayStyles: { wrapper?: types.NestedCSSProperties; userList?: types.NestedCSSProperties; user?: types.NestedCSSProperties; userItem?: types.NestedCSSProperties; linkItem?: (textColor: string, fontSize?: string, disableHoverStyle?: boolean) => types.NestedCSSProperties; smallBadge?: types.NestedCSSProperties; };