/// import { UNAccount, UNComponentsOnLoadResponse } from '../../types/shared'; export interface UNProgramDetailsComponentProps { accountId: string; theme?: string; language?: string; hideTitle?: boolean; onLoad?: (response: UNComponentsOnLoadResponse<[UNAccount]>) => void; } declare const _default: (props: UNProgramDetailsComponentProps) => JSX.Element; export default _default; //# sourceMappingURL=UNProgramDetailsComponent.d.ts.map