import React from 'react';
import { ServicesLinksListProps } from './ServicesLinksList.types';
declare const ServicesLinksList: React.FunctionComponent<ServicesLinksListProps>;
export default ServicesLinksList;
