import React from 'react';
import { PromotedServicesTabsProps } from './PromotedServicesTabs.types';
declare const PromotedServicesTabContent: React.FunctionComponent<PromotedServicesTabsProps>;
export default PromotedServicesTabContent;
