UNPKG

@limetech/lime-elements

Version:
34 lines 1.09 kB
import { Languages } from './../date-picker/date.types'; /** * This component displays an avatar, representing Lime AI assistants. * * :::warning * This is a private component used internally in the Lime's various applications, * which is the reason for having it in Lime Elements —to ease the distribution * of the component across all our apps. * * 3rd party developers are not allowed use this component directly. * ::: * * @private * @exampleComponent limel-example-ai-avatar-basic * @exampleComponent limel-example-ai-avatar-colors * @exampleComponent limel-example-ai-avatar-white-background * @exampleComponent limel-example-ai-avatar-color-props */ export declare class AiAvatar { /** * Set to `true` to trigger animations that indicate that the AI is * "thinking" or processing something. */ isThinking: boolean; /** * Defines the language for translations. */ language: Languages; render(): any; private getHostAriaLabel; private renderCircle; private getTranslation; } //# sourceMappingURL=ai-avatar.d.ts.map