/// <reference types="react" />
import { FeedEventProps } from './type';
declare const FeedEvent: {
    ({ as, className, children, ...props }: FeedEventProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
};
export default FeedEvent;
