export declare const avatar: { color: string; cursor: string; '&.is-orange': { backgroundColor: string; color: string; }; '&.is-green': { backgroundColor: string; color: string; }; '&.is-purple': { backgroundColor: any; color: string; }; '&.is-pink': { backgroundColor: string; color: string; }; '&.is-red': { backgroundColor: string; color: string; }; '&.is-yellow': { backgroundColor: string; color: string; }; '&.is-cyan': { backgroundColor: string; color: string; }; '&.is-teal': { backgroundColor: string; color: string; }; '&.is-blue': { backgroundColor: string; color: string; }; '&.is-indigo': { backgroundColor: string; color: string; }; '&.is-logo': { borderColor: string; backgroundColor: string; }; display: string; borderRadius: string; textAlign: string; alignItems: string; justifyContent: string; fontFamily: string; };