import { FC } from 'react'; export interface AllServicesListProps { offerings: unknown; } declare const AllServicesList: FC; export default AllServicesList;