import { types } from "typestyle"; import { ITheming } from "../theming"; export declare const MentionStyles: { mentionWrapper?: (theming: ITheming) => types.NestedCSSProperties; mentionText?: (darkTheme: boolean) => types.NestedCSSProperties; };