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