export declare const displayNameAttendeesStyle: (arg?: {
    color: string;
    fontFamily: string;
    fontSize: string;
    backgroundColor: string;
} | undefined) => object;
