import { StatelessComponent } from 'react' type Props = Readonly<{ className?: string ctaLink: string ctaText: string ctaClassName?: string buttonDataTestId?: string label: string labelId?: string onCtaClick?: Function style?: object textSectionClassName?: string value: string }> export declare const InfoListItem: StatelessComponent