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