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