/// <reference types="react" />
import PropTypes, { type InferProps } from "prop-types";
export declare function Description({ children, }: InferProps<typeof Description.propTypes>): JSX.Element;
export declare namespace Description {
    var propTypes: {
        children: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>;
    };
}
//# sourceMappingURL=Description.d.ts.map