import { BackgroundBoxProps } from '../BackgroundBoxProps';
import { YearlyHospital } from '../entity';
import { Props } from '../Props';
export type HospitalizationSummarizeYearProps =
Pick<BackgroundBoxProps, 'height' | 'calcRefresh' | 'radioCalc' | 'reloadData'>
& Props<YearlyHospital>