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