import { type FC } from 'react'; import type { PerfProps } from '../types'; export declare const ProgramsUI: FC;