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