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