import { FC, ReactNode } from 'react'; interface ProfileSectionProps { title: string; items: ReactNode[]; } export declare const ProfileSection: FC; export {}; //# sourceMappingURL=index.d.ts.map