import { FC } from 'react'; import { BenefitsListItemProps } from './types'; export declare const BenefitsListItem: FC;