import { EventEmitter } from '../../stencil-public-runtime'; export declare class BielFeedback { messageId: string; initialReaction?: 0 | 1; bielId: string; reaction: 0 | 1; feedbackSent: EventEmitter<{ bielId: string; messageId: string; reaction: 0 | 1; }>; componentWillLoad(): void; handleReaction(reaction: 0 | 1): void; render(): any; }