import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { AvatarProps as RemoteAvatarElementProps } from '@mittwald/flow-react-components'; export type { AvatarProps as RemoteAvatarElementProps } from '@mittwald/flow-react-components'; export declare class RemoteAvatarElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { className: {}; color: {}; label: {}; size: {}; status: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-avatar": InstanceType; } }