import { FC } from 'react';
import './DesktopSubNavigationContent.scss';
import { SubNavigation as SubNavigationType } from '../NavBarTypes';
type Props = {
    subNavigation: SubNavigationType;
};
declare const DesktopSubNavigationContent: FC<Props>;
export default DesktopSubNavigationContent;
