import { FC, ReactNode } from 'react'; interface Props { items: Array; size?: 'large' | 'small'; } declare const CorporateChecklist: FC; export default CorporateChecklist;