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