/// <reference types="react" />
import { ProgramsDataProps } from './Programs';
export default function ProgramsDesktop({ link, summary, title, color, iconValue, iconOptions, exploreLink, }: ProgramsDataProps): JSX.Element;
