import { type LazyExoticComponent } from 'react'; import type { TeamProfilecardProps } from '../../types'; export declare const TeamProfileCardLazy: LazyExoticComponent<(props: TeamProfilecardProps) => React.JSX.Element | null>;