import { MockMentionResource as MentionResource } from './mock-mention-resource'; import { MockMentionResourceWithInfoHints as MentionResourceWithInfoHints } from './mock-mention-resource-with-info-hints'; export declare const mentionSampleAvatarUrl = "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAASABIAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIACAAIAMBIgACEQEDEQH/xAB1AAEAAwEAAAAAAAAAAAAAAAAHAgUGCBAAAQMCBQMDAgcAAAAAAAAAAQIDBAURAAYSIUEHEzEUImEVcSMyQlGBweEBAAMBAAAAAAAAAAAAAAAAAAMEBwURAAICAgMBAQEAAAAAAAAAAAECAxEABBIhIkExgf/aAAwDAQACEQMRAD8AxWVci1ipwmJdT7seKFbIMgLKrGxTYkkH4NsMH1D0UFwsqsAACom1zbxvje9QMoU6BVnnFPswkqBX71JQkj7nnBFmwNx6JJmw5zUtkKUlCmFhaCAkG+21/IxCZ2keQ2KA6/uWzyF5X2cs1T1To62n3jYoWUuDfyLf3gUzhl/MuUI06fDLjdMBGh5EtCyQogBOm2q9+L+MJ1Ep0p1SFd5lptwqSe6sJCRpBvvySQP4xoqZlFt6QluQ4iSUL1eQQP8AcG1pHieqsHFHcVyv8xB6l0hnNOUrzGPUKlsBBXYa0FJ/MkkEbEA253GB/I/SeH0wy1PocFtoU6pOeqbbUjthp3TY8nyPngbADHT1ejCi02LGaShx6GlJKFH2rPlV/ub4H85yI+bSqPGdRSZjThdbYeSUNlRFlAnwQfixGNTZn4zSRq3hjdYprRK0cbyD2ABeBHULpiOo8ymrluBNMpai4lgoU5+MFg6zpULWtbkEXww5Ey/EpFOhoYQtllsDVqPudI5V9/OI0ZNMyahuI4tqsy/euykak90nlXgC9hsNv3xd0xuTMImylLaSE3S3+kE8cYHJslwsQbyvzADXRHaSuz9z/9k="; export declare const mentions: ({ id: string; avatarUrl: string; name: string; mentionName: string; lozenge: string; accessLevel: string; presence: { status: string; time: string; }; nickname?: undefined; nonLicensedUser?: undefined; userType?: undefined; context?: undefined; } | { id: string; avatarUrl: string; name: string; mentionName: string; lozenge: string; accessLevel: string; presence: { status: string; time?: undefined; }; nickname?: undefined; nonLicensedUser?: undefined; userType?: undefined; context?: undefined; } | { id: string; avatarUrl: string; name: string; mentionName: string; presence: { status: string; time: string; }; lozenge?: undefined; accessLevel?: undefined; nickname?: undefined; nonLicensedUser?: undefined; userType?: undefined; context?: undefined; } | { id: string; avatarUrl: string; name: string; mentionName: string; nickname: string; lozenge: string; accessLevel: string; presence: { status: string; time?: undefined; }; nonLicensedUser?: undefined; userType?: undefined; context?: undefined; } | { id: string; avatarUrl: string; name: string; mentionName: string; nickname: string; accessLevel: string; presence: { status: string; time?: undefined; }; lozenge?: undefined; nonLicensedUser?: undefined; userType?: undefined; context?: undefined; } | { id: string; avatarUrl: string; name: string; mentionName: string; nickname: string; lozenge?: undefined; accessLevel?: undefined; presence?: undefined; nonLicensedUser?: undefined; userType?: undefined; context?: undefined; } | { id: string; name: string; mentionName: string; presence: { time: string; status?: undefined; }; avatarUrl?: undefined; lozenge?: undefined; accessLevel?: undefined; nickname?: undefined; nonLicensedUser?: undefined; userType?: undefined; context?: undefined; } | { id: string; avatarUrl: string; name: string; mentionName: string; nickname: string; accessLevel: string; presence: { status: string; time?: undefined; }; nonLicensedUser: boolean; lozenge?: undefined; userType?: undefined; context?: undefined; } | { id: string; avatarUrl: string; name: string; lozenge: string; mentionName: string; accessLevel?: undefined; presence?: undefined; nickname?: undefined; nonLicensedUser?: undefined; userType?: undefined; context?: undefined; } | { id: string; avatarUrl: string; name: string; userType: string; context: { members: never[]; includesYou: boolean; memberCount: number; teamLink: string; }; mentionName?: undefined; lozenge?: undefined; accessLevel?: undefined; presence?: undefined; nickname?: undefined; nonLicensedUser?: undefined; })[]; export declare const mentionSlowResourceProvider: MentionResource; export declare const mentionResourceProvider: MentionResource; export declare const mentionResourceProviderWithResolver: MentionResource; export declare const mentionResourceProviderWithResolver2: MentionResource; export declare const mentionResourceProviderWithInfoHints: MentionResourceWithInfoHints; export declare const mentionResourceProviderWithInviteFromMentionEnabled: MentionResource;