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