/**
 * Paradox – 显示悖论文本
 * Props
 *  content  string  悖论文本
 *  tooltip  string  悬停提示
 */
export default function Paradox({ content, tooltip, className }: {
    content?: string | undefined;
    tooltip?: string | undefined;
    className?: string | undefined;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Paradox.d.ts.map