import { StreamMessage } from '../types'; import * as i0 from "@angular/core"; /** * The `MessageBlocked` component displays a message that has been blocked by moderation policies. */ export declare class MessageBlockedComponent { /** * The message that has been blocked. */ message: StreamMessage | undefined; /** * Whether the message is the current user's own message. */ isMyMessage: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }