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