import { types } from "typestyle"; import { OmniaTheming } from ".."; export declare const PersonaStyles: { cardWrapper: (largeImage: boolean, highlight: boolean, omniaTheming: OmniaTheming) => types.NestedCSSProperties; userInfo?: types.NestedCSSProperties; userNameSpan?: types.NestedCSSProperties; userMetadataSpan?: (largeImage: boolean) => types.NestedCSSProperties; userMetadataSpans?: types.NestedCSSProperties; };