import { AvatarProps } from "../../navigation/Avatar"; type EventRowProps = { avatar: Pick; title: string; message: string; time: string; thumbnail: string; }; export declare const EventRow: ({ avatar, title, message, time, thumbnail }: EventRowProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=EventRow.d.ts.map