import React from 'react';
import { SectionLinksProps } from './SectionLinks.types';
/**
 * Display a list of links for a section with optional images
 */
declare const SectionLinks: React.FunctionComponent<SectionLinksProps>;
export default SectionLinks;
