import type { FC } from 'react'; interface InfoSectionProps { nameToShow: string; name?: string; email?: string; isDefault?: boolean; isShared?: boolean; } export declare const InfoSection: FC; export {}; //# sourceMappingURL=info-section.d.ts.map