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