import type { LocalMessage } from 'stream-chat'; export type PinIndicatorProps = { message?: LocalMessage; }; /** * Default pinned message indicator. Renders "Pinned by [name]" with pin icon above the message bubble. * Name is taken from message.pinned_by (who pinned). */ export declare const PinIndicator: ({ message }: PinIndicatorProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=PinIndicator.d.ts.map