import React from 'react';
import { ServiceLinksBoxedProps } from './ServicesLinksBoxed.types';
declare const ServiceLinksBoxed: React.FunctionComponent<ServiceLinksBoxedProps>;
export default ServiceLinksBoxed;
