import { Nullable } from "../lib"; export type UserProfileCardProps = { totalPipelines: Nullable; totalPublicPipelines: Nullable; visitorCta?: { title: string; onClick: () => void; }; }; export declare const UserProfileCard: ({ totalPipelines, totalPublicPipelines, visitorCta, }: UserProfileCardProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=UserProfileCard.d.ts.map