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