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