import { Companion } from '../../schemas/companion'; interface ProfileContentProps { companion: Companion; /** 바이오그래피 표시 여부 (기본: true) */ showBiography?: boolean; /** 능력치 표시 여부 (기본: true) */ showStats?: boolean; } export declare function ProfileContent({ companion, showBiography, showStats, }: ProfileContentProps): import("react").JSX.Element; export {}; //# sourceMappingURL=ProfileContent.d.ts.map