import React from 'react'; import { VaccineCardProps } from "./"; export declare const _Immunization: ({ vaccineDetail, isCurrent, ...rest }: VaccineCardProps) => React.JSX.Element;